Improve some widget

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@4921 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
blacksun
2017-02-26 19:39:36 +00:00
parent 945d8562ca
commit ce7f1cb3ad
5 changed files with 165 additions and 196 deletions

View File

@@ -25,6 +25,7 @@
class NumPartEditorW;
class QAbstractButton;
class FormulaAutonumberingW;
class QComboBox;
namespace Ui {
class SelectAutonumW;
@@ -44,24 +45,25 @@ class SelectAutonumW : public QWidget
NumerotationContext toNumContext() const;
void contextToFormula ();
QString formula();
QComboBox *contextComboBox() const;
signals:
void applyPressed();
void removeClicked();
//SLOT
public slots:
void applyEnableOnContextChanged(QString);
//SLOT
private slots:
void on_add_button_clicked();
void on_remove_button_clicked();
void on_buttonBox_clicked(QAbstractButton *);
void applyEnable (bool = true);
//ATTRIBUTES
void on_m_next_pb_clicked();
void on_m_previous_pb_clicked();
void on_m_comboBox_currentTextChanged(const QString &arg1);
//ATTRIBUTES
void on_m_remove_pb_clicked();
private:
Ui::SelectAutonumW *ui;
QList <NumPartEditorW *> num_part_list_;