mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 06:07:37 +02:00
Added a styled separator line in the Settings Dialog.
This commit is contained in:
@@ -82,6 +82,11 @@ SettingsDialog::SettingsDialog( QWidget *parent )
|
|||||||
ui->checkBoxReporter->setChecked( s->crashReporterEnabled() );
|
ui->checkBoxReporter->setChecked( s->crashReporterEnabled() );
|
||||||
ui->checkBoxHttp->setChecked( s->httpEnabled() );
|
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 );
|
m_toolBar = new QToolBar( tr( "Tomahawk Settings" ), this );
|
||||||
ui->horizontalLayout->insertWidget( 0, m_toolBar );
|
ui->horizontalLayout->insertWidget( 0, m_toolBar );
|
||||||
m_toolBar->setToolButtonStyle( Qt::ToolButtonTextUnderIcon );
|
m_toolBar->setToolButtonStyle( Qt::ToolButtonTextUnderIcon );
|
||||||
|
Reference in New Issue
Block a user