mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-23 10:30:53 +01:00
NameList widget : add a combo box for easily paste texts, like the variables for title block.
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@5687 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
#include <QDialog>
|
||||
#include "elementslocation.h"
|
||||
|
||||
class NamesListWidget;
|
||||
class NameListWidget;
|
||||
class QFileNameEdit;
|
||||
class QDialogButtonBox;
|
||||
class QLabel;
|
||||
@@ -45,7 +45,7 @@ class ElementsCategoryEditor : public QDialog
|
||||
|
||||
private:
|
||||
QDialogButtonBox *m_buttons;
|
||||
NamesListWidget *m_names_list;
|
||||
NameListWidget *m_names_list;
|
||||
QLabel *m_file_name;
|
||||
QFileNameEdit *m_file_line_edit;
|
||||
bool m_edit_mode;
|
||||
|
||||
Reference in New Issue
Block a user