Master, slave and report QTreeWidget used for Xref :

The header of the QTreeWidget have a context menu used to save the current state of the columns (size and position).


git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@4887 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
blacksun
2017-01-30 14:29:01 +00:00
parent 4f17eaa9c3
commit 7569c5cc99
4 changed files with 62 additions and 5 deletions

View File

@@ -70,6 +70,7 @@ class LinkSingleElementWidget : public AbstractElementPropertiesEditorWidget
void linkTriggered();
void hideButtons();
void showButtons();
void headerCustomContextMenuRequested(const QPoint &pos);
void on_m_unlink_pb_clicked();
void on_m_tree_widget_itemDoubleClicked(QTreeWidgetItem *item, int column);
@@ -97,7 +98,8 @@ class LinkSingleElementWidget : public AbstractElementPropertiesEditorWidget
QMenu *m_context_menu;
QAction *m_link_action,
*m_show_qtwi,
*m_show_element;
*m_show_element,
*m_save_header_state;
};
#endif // LINKSINGLEELEMENTWIDGET_H