~ubuntu-branches/ubuntu/saucy/merkaartor/saucy

« back to all changes in this revision

Viewing changes to Interaction/CreateDoubleWayDock.ui

  • Committer: Bazaar Package Importer
  • Author(s): Bernd Zeimetz
  • Date: 2009-09-13 00:52:12 UTC
  • mto: (1.2.7 upstream) (0.1.3 upstream) (3.1.7 sid)
  • mto: This revision was merged to the branch mainline in revision 10.
  • Revision ID: james.westby@ubuntu.com-20090913005212-pjecal8zxm07x0fj
ImportĀ upstreamĀ versionĀ 0.14+svnfixes~20090912

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<ui version="4.0" >
2
 
 <class>CreateDoubleWayDock</class>
3
 
 <widget class="QWidget" name="CreateDoubleWayDock" >
4
 
  <property name="geometry" >
5
 
   <rect>
6
 
    <x>0</x>
7
 
    <y>0</y>
8
 
    <width>400</width>
9
 
    <height>300</height>
10
 
   </rect>
11
 
  </property>
12
 
  <property name="windowTitle" >
13
 
   <string>Form</string>
14
 
  </property>
15
 
  <layout class="QVBoxLayout" >
16
 
   <property name="margin" >
17
 
    <number>9</number>
18
 
   </property>
19
 
   <property name="spacing" >
20
 
    <number>6</number>
21
 
   </property>
22
 
   <item>
23
 
    <widget class="QCheckBox" name="DriveRight" >
24
 
     <property name="text" >
25
 
      <string>Driving at the right side of the road</string>
26
 
     </property>
27
 
    </widget>
28
 
   </item>
29
 
   <item>
30
 
    <layout class="QHBoxLayout" >
31
 
     <property name="margin" >
32
 
      <number>0</number>
33
 
     </property>
34
 
     <property name="spacing" >
35
 
      <number>6</number>
36
 
     </property>
37
 
     <item>
38
 
      <widget class="QLabel" name="label" >
39
 
       <property name="text" >
40
 
        <string>Distance between two roads</string>
41
 
       </property>
42
 
      </widget>
43
 
     </item>
44
 
     <item>
45
 
      <widget class="QLineEdit" name="RoadDistance" />
46
 
     </item>
47
 
    </layout>
48
 
   </item>
49
 
   <item>
50
 
    <spacer>
51
 
     <property name="orientation" >
52
 
      <enum>Qt::Vertical</enum>
53
 
     </property>
54
 
     <property name="sizeHint" >
55
 
      <size>
56
 
       <width>20</width>
57
 
       <height>40</height>
58
 
      </size>
59
 
     </property>
60
 
    </spacer>
61
 
   </item>
62
 
  </layout>
63
 
 </widget>
64
 
 <resources/>
65
 
 <connections/>
66
 
</ui>