mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-17 12:40:35 +01:00
Changed the way the application loads elements collections.
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/branches/0.3@1217 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -49,6 +49,7 @@ class ElementsPanelWidget : public QWidget {
|
||||
QAction *erase_textfield;
|
||||
QLineEdit *filter_textfield;
|
||||
ElementsCollectionItem *dnd_item_src_, *dnd_item_dst_;
|
||||
QProgressBar *progress_bar_;
|
||||
|
||||
// methodes
|
||||
public:
|
||||
@@ -92,6 +93,9 @@ class ElementsPanelWidget : public QWidget {
|
||||
void moveElements(ElementsCollectionItem *, ElementsCollectionItem *);
|
||||
void copyElements();
|
||||
void copyElements(ElementsCollectionItem *, ElementsCollectionItem *);
|
||||
void collectionsRead();
|
||||
void collectionsReadFinished();
|
||||
void updateProgressBar(int, int);
|
||||
|
||||
private:
|
||||
void launchElementEditor(const ElementsLocation &);
|
||||
|
||||
Reference in New Issue
Block a user