summaryrefslogtreecommitdiff
path: root/noncore/settings/networksettings2/lancard/lancardGUI.ui
Unidiff
Diffstat (limited to 'noncore/settings/networksettings2/lancard/lancardGUI.ui') (more/less context) (show whitespace changes)
-rw-r--r--noncore/settings/networksettings2/lancard/lancardGUI.ui129
1 files changed, 129 insertions, 0 deletions
diff --git a/noncore/settings/networksettings2/lancard/lancardGUI.ui b/noncore/settings/networksettings2/lancard/lancardGUI.ui
new file mode 100644
index 0000000..8d94816
--- a/dev/null
+++ b/noncore/settings/networksettings2/lancard/lancardGUI.ui
@@ -0,0 +1,129 @@
1<!DOCTYPE UI><UI>
2<class>LanCardGUI</class>
3<widget>
4 <class>QWidget</class>
5 <property stdset="1">
6 <name>name</name>
7 <cstring>Lancard_FRM</cstring>
8 </property>
9 <property stdset="1">
10 <name>geometry</name>
11 <rect>
12 <x>0</x>
13 <y>0</y>
14 <width>362</width>
15 <height>359</height>
16 </rect>
17 </property>
18 <property stdset="1">
19 <name>caption</name>
20 <string>LAN card</string>
21 </property>
22 <property>
23 <name>layoutMargin</name>
24 </property>
25 <property>
26 <name>layoutSpacing</name>
27 </property>
28 <vbox>
29 <property stdset="1">
30 <name>margin</name>
31 <number>2</number>
32 </property>
33 <property stdset="1">
34 <name>spacing</name>
35 <number>2</number>
36 </property>
37 <widget>
38 <class>QCheckBox</class>
39 <property stdset="1">
40 <name>name</name>
41 <cstring>AnyCard_CB</cstring>
42 </property>
43 <property stdset="1">
44 <name>text</name>
45 <string>Any available LAN card</string>
46 </property>
47 <property stdset="1">
48 <name>checked</name>
49 <bool>true</bool>
50 </property>
51 </widget>
52 <widget>
53 <class>QGroupBox</class>
54 <property stdset="1">
55 <name>name</name>
56 <cstring>GroupBox1</cstring>
57 </property>
58 <property stdset="1">
59 <name>enabled</name>
60 <bool>false</bool>
61 </property>
62 <property stdset="1">
63 <name>title</name>
64 <string>Select Card</string>
65 </property>
66 <property>
67 <name>layoutMargin</name>
68 </property>
69 <vbox>
70 <property stdset="1">
71 <name>margin</name>
72 <number>11</number>
73 </property>
74 <property stdset="1">
75 <name>spacing</name>
76 <number>6</number>
77 </property>
78 <widget>
79 <class>QListView</class>
80 <column>
81 <property>
82 <name>text</name>
83 <string>Name</string>
84 </property>
85 <property>
86 <name>clickable</name>
87 <bool>true</bool>
88 </property>
89 <property>
90 <name>resizeable</name>
91 <bool>true</bool>
92 </property>
93 </column>
94 <column>
95 <property>
96 <name>text</name>
97 <string>MACAddress</string>
98 </property>
99 <property>
100 <name>clickable</name>
101 <bool>true</bool>
102 </property>
103 <property>
104 <name>resizeable</name>
105 <bool>true</bool>
106 </property>
107 </column>
108 <property stdset="1">
109 <name>name</name>
110 <cstring>LanCards_LV</cstring>
111 </property>
112 <property stdset="1">
113 <name>allColumnsShowFocus</name>
114 <bool>true</bool>
115 </property>
116 </widget>
117 </vbox>
118 </widget>
119 </vbox>
120</widget>
121<connections>
122 <connection>
123 <sender>AnyCard_CB</sender>
124 <signal>toggled(bool)</signal>
125 <receiver>GroupBox1</receiver>
126 <slot>setDisabled(bool)</slot>
127 </connection>
128</connections>
129</UI>