Subversion Repositories Projects

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
481 KeyOz 1
<?xml version="1.0" encoding="UTF-8"?>
2
<ui version="4.0">
3
 <class>dlg_MapPos_UI</class>
4
 <widget class="QDialog" name="dlg_MapPos_UI">
5
  <property name="geometry">
6
   <rect>
7
    <x>0</x>
8
    <y>0</y>
9
    <width>376</width>
10
    <height>129</height>
11
   </rect>
12
  </property>
13
  <property name="windowTitle">
14
   <string>Karten-Positionen</string>
15
  </property>
16
  <layout class="QGridLayout" name="gridLayout">
17
   <item row="0" column="0">
18
    <spacer name="horizontalSpacer_2">
19
     <property name="orientation">
20
      <enum>Qt::Horizontal</enum>
21
     </property>
22
     <property name="sizeHint" stdset="0">
23
      <size>
24
       <width>116</width>
25
       <height>20</height>
26
      </size>
27
     </property>
28
    </spacer>
29
   </item>
30
   <item row="0" column="1">
31
    <widget class="QLineEdit" name="le_Oben"/>
32
   </item>
33
   <item row="0" column="3">
34
    <spacer name="horizontalSpacer_3">
35
     <property name="orientation">
36
      <enum>Qt::Horizontal</enum>
37
     </property>
38
     <property name="sizeHint" stdset="0">
39
      <size>
40
       <width>116</width>
41
       <height>20</height>
42
      </size>
43
     </property>
44
    </spacer>
45
   </item>
46
   <item row="1" column="0">
47
    <widget class="QLineEdit" name="le_Links"/>
48
   </item>
49
   <item row="1" column="1">
50
    <spacer name="horizontalSpacer_6">
51
     <property name="orientation">
52
      <enum>Qt::Horizontal</enum>
53
     </property>
54
     <property name="sizeHint" stdset="0">
55
      <size>
56
       <width>115</width>
57
       <height>20</height>
58
      </size>
59
     </property>
60
    </spacer>
61
   </item>
62
   <item row="1" column="2" colspan="2">
63
    <widget class="QLineEdit" name="le_Rechts"/>
64
   </item>
65
   <item row="2" column="0">
66
    <spacer name="horizontalSpacer_4">
67
     <property name="orientation">
68
      <enum>Qt::Horizontal</enum>
69
     </property>
70
     <property name="sizeHint" stdset="0">
71
      <size>
72
       <width>116</width>
73
       <height>20</height>
74
      </size>
75
     </property>
76
    </spacer>
77
   </item>
78
   <item row="2" column="1" colspan="2">
79
    <widget class="QLineEdit" name="le_Unten"/>
80
   </item>
81
   <item row="2" column="3">
82
    <spacer name="horizontalSpacer_5">
83
     <property name="orientation">
84
      <enum>Qt::Horizontal</enum>
85
     </property>
86
     <property name="sizeHint" stdset="0">
87
      <size>
88
       <width>116</width>
89
       <height>20</height>
90
      </size>
91
     </property>
92
    </spacer>
93
   </item>
94
   <item row="3" column="0" colspan="4">
95
    <layout class="QHBoxLayout" name="horizontalLayout">
96
     <item>
97
      <spacer name="horizontalSpacer">
98
       <property name="orientation">
99
        <enum>Qt::Horizontal</enum>
100
       </property>
101
       <property name="sizeHint" stdset="0">
102
        <size>
103
         <width>40</width>
104
         <height>20</height>
105
        </size>
106
       </property>
107
      </spacer>
108
     </item>
109
     <item>
110
      <widget class="QPushButton" name="pb_Save">
111
       <property name="text">
112
        <string>Speichern</string>
113
       </property>
114
      </widget>
115
     </item>
116
     <item>
117
      <widget class="QPushButton" name="pushButton">
118
       <property name="text">
119
        <string>Abbrechen</string>
120
       </property>
121
      </widget>
122
     </item>
123
    </layout>
124
   </item>
125
  </layout>
126
 </widget>
127
 <resources/>
128
 <connections>
129
  <connection>
130
   <sender>pb_Save</sender>
131
   <signal>clicked()</signal>
132
   <receiver>dlg_MapPos_UI</receiver>
133
   <slot>accept()</slot>
134
   <hints>
135
    <hint type="sourcelabel">
136
     <x>227</x>
137
     <y>109</y>
138
    </hint>
139
    <hint type="destinationlabel">
140
     <x>108</x>
141
     <y>100</y>
142
    </hint>
143
   </hints>
144
  </connection>
145
  <connection>
146
   <sender>pushButton</sender>
147
   <signal>clicked()</signal>
148
   <receiver>dlg_MapPos_UI</receiver>
149
   <slot>reject()</slot>
150
   <hints>
151
    <hint type="sourcelabel">
152
     <x>340</x>
153
     <y>112</y>
154
    </hint>
155
    <hint type="destinationlabel">
156
     <x>339</x>
157
     <y>65</y>
158
    </hint>
159
   </hints>
160
  </connection>
161
 </connections>
162
</ui>