public slots:
void updateComboScene();
+ void updateClkRst(int idCat, int idBlock);
private slots:
- void addClicked();
- void clicked();
- void doubleClicked();
+ void addClicked();
+ void clicked();
+ void doubleClicked();
private:
QTreeWidget* tree;
QPushButton* buttonAdd;
QComboBox* comboScenes;
+
+ QGroupBox* boxClkRst;
+ QGridLayout* layClkRst;
+ QComboBox** comboClkGen;
+ int nbClock;
+ QComboBox** comboRstGen;
+ int nbRst;
+
// other attributes
void addChild(BlockCategory *catParent, QTreeWidgetItem* itemParent);