summaryrefslogtreecommitdiff
path: root/noncore/net/wellenreiter/gui/configbase.ui
authormickeyl <mickeyl>2003-08-11 19:04:52 (UTC)
committer mickeyl <mickeyl>2003-08-11 19:04:52 (UTC)
commite7f79ca3acf58aef3ff150a2974f8087189621f5 (patch) (side-by-side diff)
treeb8397506f85d9a3b547940e416111de4b2da1f18 /noncore/net/wellenreiter/gui/configbase.ui
parent62cb34a352c38f97967882a7ac604d9670f0e75f (diff)
downloadopie-e7f79ca3acf58aef3ff150a2974f8087189621f5.zip
opie-e7f79ca3acf58aef3ff150a2974f8087189621f5.tar.gz
opie-e7f79ca3acf58aef3ff150a2974f8087189621f5.tar.bz2
assorted fixes and more work on GPS
Diffstat (limited to 'noncore/net/wellenreiter/gui/configbase.ui') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/wellenreiter/gui/configbase.ui52
1 files changed, 28 insertions, 24 deletions
diff --git a/noncore/net/wellenreiter/gui/configbase.ui b/noncore/net/wellenreiter/gui/configbase.ui
index c1da98d..d9a0aea 100644
--- a/noncore/net/wellenreiter/gui/configbase.ui
+++ b/noncore/net/wellenreiter/gui/configbase.ui
@@ -312,6 +312,10 @@
<name>enabled</name>
<bool>true</bool>
</property>
+ <property stdset="1">
+ <name>editable</name>
+ <bool>false</bool>
+ </property>
<property>
<name>whatsThis</name>
<string>Choose the interface used for sniffing.</string>
@@ -1020,7 +1024,7 @@
</item>
<property stdset="1">
<name>name</name>
- <cstring>ComboBox8</cstring>
+ <cstring>gpsdHost</cstring>
</property>
<property stdset="1">
<name>enabled</name>
@@ -1050,7 +1054,7 @@
<class>QSpinBox</class>
<property stdset="1">
<name>name</name>
- <cstring>SpinBox2</cstring>
+ <cstring>gpsdPort</cstring>
</property>
<property stdset="1">
<name>enabled</name>
@@ -1072,67 +1076,67 @@
</hbox>
</widget>
<widget>
- <class>QCheckBox</class>
+ <class>QLineEdit</class>
<property stdset="1">
<name>name</name>
- <cstring>enableGPS</cstring>
+ <cstring>commandGPS</cstring>
+ </property>
+ <property stdset="1">
+ <name>enabled</name>
+ <bool>false</bool>
</property>
<property stdset="1">
<name>geometry</name>
<rect>
<x>10</x>
- <y>10</y>
- <width>199</width>
- <height>21</height>
+ <y>110</y>
+ <width>210</width>
+ <height>22</height>
</rect>
</property>
<property stdset="1">
<name>text</name>
- <string>Enable GPS logging w/ gpsd</string>
+ <string>gpsd -p /dev/ttyS3 -s 57600</string>
</property>
</widget>
<widget>
<class>QCheckBox</class>
<property stdset="1">
<name>name</name>
- <cstring>startGPS</cstring>
+ <cstring>enableGPS</cstring>
</property>
<property stdset="1">
<name>geometry</name>
<rect>
<x>10</x>
- <y>80</y>
- <width>171</width>
+ <y>10</y>
+ <width>199</width>
<height>21</height>
</rect>
</property>
<property stdset="1">
<name>text</name>
- <string>Start gpsd on localhost</string>
+ <string>Enable GPS logging w/ gpsd</string>
</property>
</widget>
<widget>
- <class>QLineEdit</class>
+ <class>QCheckBox</class>
<property stdset="1">
<name>name</name>
- <cstring>commandGPS</cstring>
- </property>
- <property stdset="1">
- <name>enabled</name>
- <bool>false</bool>
+ <cstring>startGPS</cstring>
</property>
<property stdset="1">
<name>geometry</name>
<rect>
<x>10</x>
- <y>110</y>
- <width>210</width>
- <height>22</height>
+ <y>80</y>
+ <width>171</width>
+ <height>21</height>
</rect>
</property>
<property stdset="1">
<name>text</name>
- <string>gpsd -p /dev/ttyS3 -s 57600</string>
+ <string>Start gpsd on localhost</string>
</property>
</widget>
</widget>
@@ -1207,13 +1211,13 @@
<connection>
<sender>enableGPS</sender>
<signal>toggled(bool)</signal>
- <receiver>ComboBox8</receiver>
+ <receiver>gpsdHost</receiver>
<slot>setEnabled(bool)</slot>
</connection>
<connection>
<sender>enableGPS</sender>
<signal>toggled(bool)</signal>
- <receiver>SpinBox2</receiver>
+ <receiver>gpsdPort</receiver>
<slot>setEnabled(bool)</slot>
</connection>
<connection>