ConnectionQMLWidget Class Reference
Interface for the QML interface of connection.
More...
#include <UI/ConnectionQMLWidget.h>
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 |
) |
|
Member Function Documentation
void ConnectionQMLWidget::authentificationRequired |
( |
QString |
userName, |
|
|
QString |
password | |
|
) |
| | |
Signal send when the user clicked on the connection button.
- Parameters:
-
The documentation for this class was generated from the following files: