summaryrefslogtreecommitdiff
path: root/noncore
authorllornkcor <llornkcor>2002-10-17 02:11:34 (UTC)
committer llornkcor <llornkcor>2002-10-17 02:11:34 (UTC)
commit1dd9a4cd670d3bb50c6bb3612ad34cbc1358ce7f (patch) (unidiff)
tree77dbafed23831a0d6843447a6824558ba5959c76 /noncore
parent7176f02e8e8418020e0aa354795611620b564d81 (diff)
downloadopie-1dd9a4cd670d3bb50c6bb3612ad34cbc1358ce7f.zip
opie-1dd9a4cd670d3bb50c6bb3612ad34cbc1358ce7f.tar.gz
opie-1dd9a4cd670d3bb50c6bb3612ad34cbc1358ce7f.tar.bz2
widgets too big 2
Diffstat (limited to 'noncore') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/tools/formatter/formatter.cpp29
1 files changed, 16 insertions, 13 deletions
diff --git a/noncore/tools/formatter/formatter.cpp b/noncore/tools/formatter/formatter.cpp
index 2b8ce7f..ed0ced1 100644
--- a/noncore/tools/formatter/formatter.cpp
+++ b/noncore/tools/formatter/formatter.cpp
@@ -79,3 +79,3 @@ FormatterApp::FormatterApp( QWidget* parent, const char* name, bool modal, WFla
79 79
80 tabLayout->addMultiCellWidget( storageComboBox, 0, 0, 0, 0 ); 80 tabLayout->addMultiCellWidget( storageComboBox, 0, 0, 0, 1);
81 81
@@ -84,3 +84,3 @@ FormatterApp::FormatterApp( QWidget* parent, const char* name, bool modal, WFla
84 84
85 tabLayout->addMultiCellWidget( TextLabel4, 1, 1, 0, 0 ); 85 tabLayout->addMultiCellWidget( TextLabel4, 1, 1, 0, 1);
86 86
@@ -89,3 +89,3 @@ FormatterApp::FormatterApp( QWidget* parent, const char* name, bool modal, WFla
89 89
90 tabLayout->addMultiCellWidget( TextLabel2, 4, 4, 0, 0 ); 90 tabLayout->addMultiCellWidget( TextLabel2, 4, 4, 0, 1);
91 91
@@ -94,3 +94,3 @@ FormatterApp::FormatterApp( QWidget* parent, const char* name, bool modal, WFla
94 94
95 tabLayout->addMultiCellWidget( fileSystemsCombo, 3, 3, 0, 0 ); 95 tabLayout->addMultiCellWidget( fileSystemsCombo, 3, 3, 0, 1);
96 QSpacerItem* spacer = new QSpacerItem( 20, 20, QSizePolicy::Minimum, QSizePolicy::Minimum ); 96 QSpacerItem* spacer = new QSpacerItem( 20, 20, QSizePolicy::Minimum, QSizePolicy::Minimum );
@@ -102,5 +102,6 @@ FormatterApp::FormatterApp( QWidget* parent, const char* name, bool modal, WFla
102 102
103 tabLayout->addMultiCellWidget( formatPushButton, 6, 6, 0, 0 ); 103 tabLayout->addMultiCellWidget( formatPushButton, 6, 6, 0, 1);
104 QSpacerItem* spacer_2 = new QSpacerItem( 20, 20, QSizePolicy::Minimum, QSizePolicy::Minimum ); 104 QSpacerItem* spacer_2 = new QSpacerItem( 20, 20, QSizePolicy::Minimum, QSizePolicy::Minimum );
105 tabLayout->addItem( spacer_2, 5, 0 ); 105 tabLayout->addItem( spacer_2, 5, 0 );
106
106 TabWidget->insertTab( tab, tr( "Main" ) ); 107 TabWidget->insertTab( tab, tr( "Main" ) );
@@ -114,3 +115,3 @@ FormatterApp::FormatterApp( QWidget* parent, const char* name, bool modal, WFla
114 115
115 tabLayout_2->addMultiCellWidget( mountPointLineEdit, 0, 0, 0, 0 ); 116 tabLayout_2->addMultiCellWidget( mountPointLineEdit, 0, 0, 0, 1);
116 117
@@ -118,3 +119,3 @@ FormatterApp::FormatterApp( QWidget* parent, const char* name, bool modal, WFla
118 119
119 tabLayout_2->addMultiCellWidget( deviceComboBox, 3, 3, 0, 0 ); 120 tabLayout_2->addMultiCellWidget( deviceComboBox, 3, 3, 0, 1);
120 121
@@ -126,3 +127,3 @@ FormatterApp::FormatterApp( QWidget* parent, const char* name, bool modal, WFla
126 127
127 tabLayout_2->addMultiCellWidget( TextLabel5, 6, 6, 0, 0 ); 128 tabLayout_2->addMultiCellWidget( TextLabel5, 6, 6, 0, 1);
128 129
@@ -130,3 +131,4 @@ FormatterApp::FormatterApp( QWidget* parent, const char* name, bool modal, WFla
130 editPushButton->setText( tr( "Edit fstab" ) ); 131 editPushButton->setText( tr( "Edit fstab" ) );
131 132 editPushButton->setMaximumWidth(100);
133
132 tabLayout_2->addMultiCellWidget( editPushButton, 7, 7, 0, 0 ); 134 tabLayout_2->addMultiCellWidget( editPushButton, 7, 7, 0, 0 );
@@ -135,4 +137,5 @@ FormatterApp::FormatterApp( QWidget* parent, const char* name, bool modal, WFla
135 fsckButton->setText( tr( "Check Disk" ) ); 137 fsckButton->setText( tr( "Check Disk" ) );
138 fsckButton->setMaximumWidth(100);
136 139
137 tabLayout_2->addMultiCellWidget( fsckButton, 7, 7, 1, 0 ); 140 tabLayout_2->addMultiCellWidget( fsckButton, 7, 7, 1, 1);
138 141
@@ -141,3 +144,3 @@ FormatterApp::FormatterApp( QWidget* parent, const char* name, bool modal, WFla
141 144
142 tabLayout_2->addMultiCellWidget( TextLabel3, 4, 4, 0, 0 ); 145 tabLayout_2->addMultiCellWidget( TextLabel3, 4, 4, 0, 1 );
143 QSpacerItem* spacer_3 = new QSpacerItem( 20, 20, QSizePolicy::Minimum, QSizePolicy::Expanding ); 146 QSpacerItem* spacer_3 = new QSpacerItem( 20, 20, QSizePolicy::Minimum, QSizePolicy::Expanding );
@@ -148,3 +151,3 @@ FormatterApp::FormatterApp( QWidget* parent, const char* name, bool modal, WFla
148 151
149 tabLayout_2->addMultiCellWidget( TextLabel1, 1, 1, 0, 0 ); 152 tabLayout_2->addMultiCellWidget( TextLabel1, 1, 1, 0, 1 );
150 QSpacerItem* spacer_4 = new QSpacerItem( 20, 20, QSizePolicy::Minimum, QSizePolicy::Expanding ); 153 QSpacerItem* spacer_4 = new QSpacerItem( 20, 20, QSizePolicy::Minimum, QSizePolicy::Expanding );
@@ -153,3 +156,3 @@ FormatterApp::FormatterApp( QWidget* parent, const char* name, bool modal, WFla
153 156
154 FormatterAppLayout->addWidget( TabWidget, 0, 0 ); 157 FormatterAppLayout->addWidget( TabWidget, 0, 1 );
155 158