mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-05-10 02:59:58 +02:00
Conductor autonum dialog : add remove autonum button.
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@3270 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -31,6 +31,7 @@ class ReportPropertieWidget;
|
||||
class XRefPropertiesWidget;
|
||||
class SelectAutonumW;
|
||||
class QComboBox;
|
||||
class QPushButton;
|
||||
|
||||
/**
|
||||
This class, derived from ConfigPage, aims at providing the basic skeleton
|
||||
@@ -175,12 +176,13 @@ class ProjectAutoNumConfigPage : public ProjectConfigPage {
|
||||
private slots:
|
||||
void updateContext(QString);
|
||||
void saveContext();
|
||||
void removeContext();
|
||||
|
||||
//Attributes
|
||||
private:
|
||||
QLabel *m_label;
|
||||
QLineEdit *m_name_le;
|
||||
QComboBox *m_context_cb;
|
||||
QPushButton *m_remove_pb;
|
||||
SelectAutonumW *m_saw;
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user