ConnectionQMLWidget Class Reference

Interface for the QML interface of connection. More...

#include <UI/ConnectionQMLWidget.h>

Inheritance diagram for ConnectionQMLWidget:
QMLWidget

List of all members.

Public Member Functions

 ConnectionQMLWidget (QWidget *parent=0)
Q_SIGNAL void authentificationRequired (QString userName, QString password)
 Signal send when the user clicked on the connection button.
Q_SLOT void clear ()
 Removes all information in the LineEdit of the QML interface.

Protected Member Functions

bool updateQML ()
 This function is called by load() after the loading of the QML. Implementers should connect the slots and signals in it, and also send data to QML file (Note: basically, the sending of data to QML should be done before and this will cause showing some warnings, but it is working).

Detailed Description

Interface for the QML interface of connection.


Constructor & Destructor Documentation

ConnectionQMLWidget::ConnectionQMLWidget ( QWidget *  parent = 0  ) 
Parameters:
parent 

Member Function Documentation

void ConnectionQMLWidget::authentificationRequired ( QString  userName,
QString  password 
)

Signal send when the user clicked on the connection button.

Parameters:
userName 
password 

The documentation for this class was generated from the following files:
 All Classes Functions Variables Enumerations Properties
Generated on Tue Sep 13 01:45:57 2011 for MedCenter by  doxygen 1.6.3