|
|
@ -48,6 +48,7 @@ public: |
|
|
|
void init(); |
|
|
|
void init(); |
|
|
|
|
|
|
|
|
|
|
|
UBLibraryController* libraryController() {return mLibraryController;} |
|
|
|
UBLibraryController* libraryController() {return mLibraryController;} |
|
|
|
|
|
|
|
bool isLoadingLibraryItems() const { return mLoadingLibraryItems; } |
|
|
|
|
|
|
|
|
|
|
|
public slots: |
|
|
|
public slots: |
|
|
|
void onRefreshCurrentFolder(); |
|
|
|
void onRefreshCurrentFolder(); |
|
|
@ -92,7 +93,7 @@ private: |
|
|
|
QList<UBLibElement*> mCurrentElems; |
|
|
|
QList<UBLibElement*> mCurrentElems; |
|
|
|
QList<UBLibElement*> mOrigCurrentElems; |
|
|
|
QList<UBLibElement*> mOrigCurrentElems; |
|
|
|
QList<QGraphicsItem*> mItems; |
|
|
|
QList<QGraphicsItem*> mItems; |
|
|
|
|
|
|
|
bool mLoadingLibraryItems; |
|
|
|
}; |
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
class UBNewFolderDlg : public QDialog |
|
|
|
class UBNewFolderDlg : public QDialog |
|
|
|