summaryrefslogtreecommitdiff
path: root/noncore/settings/mediummount/mediumglobal.cc
Unidiff
Diffstat (limited to 'noncore/settings/mediummount/mediumglobal.cc') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/mediummount/mediumglobal.cc31
1 files changed, 17 insertions, 14 deletions
diff --git a/noncore/settings/mediummount/mediumglobal.cc b/noncore/settings/mediummount/mediumglobal.cc
index 921fcd1..c1ad415 100644
--- a/noncore/settings/mediummount/mediumglobal.cc
+++ b/noncore/settings/mediummount/mediumglobal.cc
@@ -9,2 +9,3 @@
9#include <qgroupbox.h> 9#include <qgroupbox.h>
10#include <qwhatsthis.h>
10 11
@@ -33,9 +34,11 @@ void MediumGlobalWidget::initGUI()
33 m_label->setTextFormat( Qt::RichText ); 34 m_label->setTextFormat( Qt::RichText );
34 m_label->setText( tr("If a medium gets inserted into this device Opie " 35 m_label->setText( tr("") );
35 "tries to search the medium for Dcouments. On " 36 QWhatsThis::add( this, ("If a medium gets inserted into this device Opie "
36 "large mediums this can take some time. You can choose " 37 "tries to search the medium for Dcouments. On "
37 "if Opie should scan for Documents globally or on a " 38 "large mediums this can take some time. You can choose "
38 "per medium level. You're also able to reconfigure " 39 "if Opie should scan for Documents globally or on a "
39 "each medium." 40 "per medium level. You're also able to reconfigure "
40 ) ); 41 "each medium."
42 ) );
43
41 m_layout->addWidget( m_label ); 44 m_layout->addWidget( m_label );
@@ -44,3 +47,3 @@ void MediumGlobalWidget::initGUI()
44 connect( m_check, SIGNAL(stateChanged(int) ), 47 connect( m_check, SIGNAL(stateChanged(int) ),
45 this, SLOT(slotEnableChecking() ) ); 48 this, SLOT(slotEnableChecking() ) );
46 m_layout->addWidget(m_check ); 49 m_layout->addWidget(m_check );
@@ -55,3 +58,3 @@ void MediumGlobalWidget::initGUI()
55 connect( m_useglobal, SIGNAL( stateChanged(int) ), 58 connect( m_useglobal, SIGNAL( stateChanged(int) ),
56 this, SLOT( slotGlobalChanged() ) ); 59 this, SLOT( slotGlobalChanged() ) );
57 60
@@ -64,4 +67,4 @@ void MediumGlobalWidget::initGUI()
64 QSpacerItem *item2 = new QSpacerItem( 5, 8, 67 QSpacerItem *item2 = new QSpacerItem( 5, 8,
65 QSizePolicy::Fixed, 68 QSizePolicy::Fixed,
66 QSizePolicy::Fixed ); 69 QSizePolicy::Fixed );
67 m_audio = new QCheckBox( tr("Audio"), m_global ); 70 m_audio = new QCheckBox( tr("Audio"), m_global );
@@ -73,3 +76,3 @@ void MediumGlobalWidget::initGUI()
73 connect(m_all, SIGNAL(stateChanged(int) ), 76 connect(m_all, SIGNAL(stateChanged(int) ),
74 this, SLOT(slotAllChanged() ) ); 77 this, SLOT(slotAllChanged() ) );
75 78
@@ -93,4 +96,4 @@ void MediumGlobalWidget::initGUI()
93 QSpacerItem *item1 = new QSpacerItem( 1, 24, 96 QSpacerItem *item1 = new QSpacerItem( 1, 24,
94 QSizePolicy::Fixed, 97 QSizePolicy::Fixed,
95 QSizePolicy::Expanding ); 98 QSizePolicy::Expanding );
96 m_layout->addItem( item1 ); 99 m_layout->addItem( item1 );