summaryrefslogtreecommitdiff
authorandyq <andyq>2002-12-12 00:19:11 (UTC)
committer andyq <andyq>2002-12-12 00:19:11 (UTC)
commit88aa237487e8aa1c9f5d74ad90dc78bfc67e9203 (patch) (side-by-side diff)
tree489d80597b7f20d9ac9c402dc6a26b86f04aafe1
parent1d044ba4d276240b60bc98d18365a80183960751 (diff)
downloadopie-88aa237487e8aa1c9f5d74ad90dc78bfc67e9203.zip
opie-88aa237487e8aa1c9f5d74ad90dc78bfc67e9203.tar.gz
opie-88aa237487e8aa1c9f5d74ad90dc78bfc67e9203.tar.bz2
Removed duff string
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/aqpkg/install.ui2
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/settings/aqpkg/install.ui b/noncore/settings/aqpkg/install.ui
index 85dbcb0..53622dd 100644
--- a/noncore/settings/aqpkg/install.ui
+++ b/noncore/settings/aqpkg/install.ui
@@ -22,126 +22,126 @@
<grid>
<property stdset="1">
<name>margin</name>
<number>11</number>
</property>
<property stdset="1">
<name>spacing</name>
<number>6</number>
</property>
<widget row="0" column="1" >
<class>QComboBox</class>
<property stdset="1">
<name>name</name>
<cstring>destination</cstring>
</property>
</widget>
<widget row="3" column="0" >
<class>QPushButton</class>
<property stdset="1">
<name>name</name>
<cstring>btnInstall</cstring>
</property>
<property stdset="1">
<name>text</name>
<string>Start</string>
</property>
</widget>
<widget row="3" column="1" >
<class>QPushButton</class>
<property stdset="1">
<name>name</name>
<cstring>btnOptions</cstring>
</property>
<property stdset="1">
<name>text</name>
<string>Options</string>
</property>
</widget>
<widget row="2" column="0" rowspan="1" colspan="2" >
<class>QGroupBox</class>
<property stdset="1">
<name>name</name>
<cstring>GroupBox2</cstring>
</property>
<property stdset="1">
<name>title</name>
<string>Output</string>
</property>
<grid>
<property stdset="1">
<name>margin</name>
<number>11</number>
</property>
<property stdset="1">
<name>spacing</name>
<number>6</number>
</property>
<widget row="0" column="0" >
<class>QMultiLineEdit</class>
<property stdset="1">
<name>name</name>
<cstring>output</cstring>
</property>
</widget>
</grid>
</widget>
<widget row="0" column="0" >
<class>QLabel</class>
<property stdset="1">
<name>name</name>
<cstring>TextLabel1</cstring>
</property>
<property stdset="1">
<name>text</name>
<string>Destination</string>
</property>
</widget>
<widget row="1" column="0" >
<class>QLabel</class>
<property stdset="1">
<name>name</name>
<cstring>TextLabel3</cstring>
</property>
<property stdset="1">
<name>text</name>
<string>Space Avail</string>
</property>
</widget>
<widget row="1" column="1" >
<class>QLabel</class>
<property stdset="1">
<name>name</name>
<cstring>txtAvailableSpace</cstring>
</property>
<property stdset="1">
<name>text</name>
- <string>100000000</string>
+ <string></string>
</property>
</widget>
</grid>
</widget>
<connections>
<connection>
<sender>btnOptions</sender>
<signal>clicked()</signal>
<receiver>InstallDlg</receiver>
<slot>optionsSelected()</slot>
</connection>
<connection>
<sender>btnInstall</sender>
<signal>clicked()</signal>
<receiver>InstallDlg</receiver>
<slot>installSelected()</slot>
</connection>
<connection>
<sender>destination</sender>
<signal>highlighted(const QString&amp;)</signal>
<receiver>InstallDlg</receiver>
<slot>displayAvailableSpace( const QString&amp; )</slot>
</connection>
<slot access="public">displayAvailableSpace( const QString&amp; )</slot>
<slot access="public">installSelected()</slot>
<slot access="public">displayText( const QString &amp; )</slot>
<slot access="public">optionsSelected()</slot>
</connections>
</UI>