mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-16 21:12:31 -04:00
hide searchid column
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2325 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
a5b01d1de6
commit
b6e289c8c7
1 changed files with 2 additions and 1 deletions
|
@ -143,13 +143,14 @@ SearchDialog::SearchDialog(QWidget *parent)
|
|||
|
||||
/* Set header resize modes and initial section sizes */
|
||||
ui.searchSummaryWidget->setColumnCount(3);
|
||||
ui.searchSummaryWidget->setColumnHidden ( 2, true);
|
||||
|
||||
QHeaderView * _smheader = ui.searchSummaryWidget->header () ;
|
||||
_smheader->setResizeMode (0, QHeaderView::Interactive);
|
||||
_smheader->setResizeMode (1, QHeaderView::Interactive);
|
||||
_smheader->setResizeMode (2, QHeaderView::Interactive);
|
||||
|
||||
_smheader->resizeSection ( 0, 80 );
|
||||
_smheader->resizeSection ( 0, 140 );
|
||||
_smheader->resizeSection ( 1, 75 );
|
||||
_smheader->resizeSection ( 2, 75 );
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue