finished add label dialog layout

This commit is contained in:
Luis Ángel San Martín
2014-11-01 12:40:10 +01:00
parent ac38de88e8
commit 56a46f65a0
2 changed files with 30 additions and 2 deletions

View File

@ -12,11 +12,14 @@ public:
signals:
public slots:
void open();
protected:
QLineEdit * edit;
QListWidget * list;
QPushButton * acceptButton;
QPushButton * cancelButton;
};
#endif // ADD_LABEL_DIALOG_H