X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/blast.git/blobdiff_plain/abbc64cf04a35ab3549d5c516f44c7c5921baa63..718736f825077e345ad396f78735c10e21547982:/BlockLibraryWidget.h?ds=sidebyside diff --git a/BlockLibraryWidget.h b/BlockLibraryWidget.h index f07be4d..43ed5fc 100644 --- a/BlockLibraryWidget.h +++ b/BlockLibraryWidget.h @@ -23,6 +23,9 @@ public: explicit BlockLibraryWidget(Dispatcher* _dispatcher, Parameters* _params, QWidget *parent = 0); ~BlockLibraryWidget(); +public slots: + void updateComboScene(); + private slots: void addClicked(); void clicked(); @@ -34,7 +37,7 @@ private: Dispatcher* dispatcher; QTreeWidget* tree; QPushButton* buttonAdd; - QBoxLayout *layout; + QComboBox* comboScenes; // other attributes void addChild(BlockCategory *catParent, QTreeWidgetItem* itemParent);