Remove ugly and inconsistent sunken frames around list views.

svn path=/trunk/kdepim/; revision=390947
wilder-work
Volker Krause 21 years ago
parent c200d29a4e
commit 78cf988b37
  1. 3
      configuredialog.cpp
  2. 1
      configuredialog_p.cpp

@ -592,7 +592,6 @@ AccountsPageSendingTab::AccountsPageSendingTab( QWidget * parent, const char * n
mTransportList->addColumn( i18n("Name") );
mTransportList->addColumn( i18n("Type") );
mTransportList->setAllColumnsShowFocus( true );
mTransportList->setFrameStyle( QFrame::WinPanel + QFrame::Sunken );
mTransportList->setSorting( -1 );
connect( mTransportList, SIGNAL(selectionChanged()),
this, SLOT(slotTransportSelected()) );
@ -1064,7 +1063,6 @@ AccountsPageReceivingTab::AccountsPageReceivingTab( QWidget * parent, const char
mAccountList->addColumn( i18n("Type") );
mAccountList->addColumn( i18n("Folder") );
mAccountList->setAllColumnsShowFocus( true );
mAccountList->setFrameStyle( QFrame::WinPanel + QFrame::Sunken );
mAccountList->setSorting( -1 );
connect( mAccountList, SIGNAL(selectionChanged()),
this, SLOT(slotAccountSelected()) );
@ -3040,7 +3038,6 @@ ComposerPageHeadersTab::ComposerPageHeadersTab( QWidget * parent, const char * n
mTagList->addColumn( i18n("Name") );
mTagList->addColumn( i18n("Value") );
mTagList->setAllColumnsShowFocus( true );
mTagList->setFrameStyle( QFrame::WinPanel | QFrame::Sunken );
mTagList->setSorting( -1 );
connect( mTagList, SIGNAL(selectionChanged()),
this, SLOT(slotMimeHeaderSelectionChanged()) );

@ -294,7 +294,6 @@ ProfileDialog::ProfileDialog( QWidget * parent, const char * name, bool modal )
mListView->addColumn( i18n("Description") );
mListView->setFullWidth( true );
mListView->setAllColumnsShowFocus( true );
mListView->setFrameStyle( QFrame::WinPanel + QFrame::Sunken );
mListView->setSorting( -1 );
vlay->addWidget( new QLabel( mListView,

Loading…
Cancel
Save