--fy
This commit is contained in:
@@ -33,10 +33,6 @@ public:
|
||||
|
||||
void initMainWindow();
|
||||
|
||||
signals:
|
||||
|
||||
void doTheFirz(XQItem& item);
|
||||
|
||||
public slots:
|
||||
|
||||
virtual void onMyFirz(XQItem& item)
|
||||
@@ -55,11 +51,12 @@ public slots:
|
||||
void onAbout();
|
||||
void onExit();
|
||||
|
||||
void onTreeItemClicked( XQItem& item );
|
||||
void onTreeItemChanged( XQItem& item );
|
||||
void onChildViewItemClicked( XQItem& item );
|
||||
void onChildViewItemChanged( XQItem& item );
|
||||
void onTabClicked( int index );
|
||||
void onTreeViewItemClicked(const XQItem& item );
|
||||
void onTreeViewItemChanged( const XQItem& item );
|
||||
void onChildViewItemClicked( const XQItem& item );
|
||||
void onChildViewItemChanged( const XQItem& item );
|
||||
void onChildViewTabClicked( int index );
|
||||
|
||||
//void onItemCreated( XQItem* item );
|
||||
void onSectionCreated( const XQModelSection& section);
|
||||
void onSectionToggled( const XQModelSection& section );
|
||||
|
Reference in New Issue
Block a user