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:
blacksun
2019-01-02 16:56:46 +00:00
parent 2d76065b98
commit 04e890ab7d
20 changed files with 724 additions and 321 deletions

View File

@@ -21,7 +21,7 @@
#include <QWizard>
#include "elementslocation.h"
class NamesListWidget;
class NameListWidget;
class QFileNameEdit;
class QTreeView;
class ElementsCollectionModel;
@@ -53,7 +53,7 @@ class NewElementWizard : public QWizard
private:
enum WizardState { Category, Filename, Names };
QFileNameEdit *m_qle_filename;
NamesListWidget *m_names_list;
NameListWidget *m_names_list;
QString m_chosen_file;
QTreeView *m_tree_view = nullptr;
ElementsLocation m_chosen_location;