X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/blast.git/blobdiff_plain/d30c9cf675ad7141d1c8e31d2e72315267d45cf2..e40a5399ec7887c2606f18575c809b0d05b09278:/BlockLibraryWidget.h diff --git a/BlockLibraryWidget.h b/BlockLibraryWidget.h index 43ed5fc..bf17316 100644 --- a/BlockLibraryWidget.h +++ b/BlockLibraryWidget.h @@ -25,11 +25,12 @@ public: 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: @@ -38,6 +39,14 @@ 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);