mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-21 16:29:43 +01:00
Added a styled separator line in the Settings Dialog.
This commit is contained in:
parent
97e1d0fe3f
commit
67611d10d1
@ -82,6 +82,11 @@ SettingsDialog::SettingsDialog( QWidget *parent )
|
||||
ui->checkBoxReporter->setChecked( s->crashReporterEnabled() );
|
||||
ui->checkBoxHttp->setChecked( s->httpEnabled() );
|
||||
|
||||
QFrame *sepLine = new QFrame( this );
|
||||
sepLine->setFrameShape( QFrame::HLine );
|
||||
sepLine->setFrameShadow( QFrame::Sunken );
|
||||
ui->horizontalLayout->insertWidget( 0, sepLine );
|
||||
|
||||
m_toolBar = new QToolBar( tr( "Tomahawk Settings" ), this );
|
||||
ui->horizontalLayout->insertWidget( 0, m_toolBar );
|
||||
m_toolBar->setToolButtonStyle( Qt::ToolButtonTextUnderIcon );
|
||||
|
Loading…
x
Reference in New Issue
Block a user