Created new ui for the program. Almost everything that worked previously
[ptas] / zouba / src / gui / routeoneitemwidget.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>RouteOneItemWIdget</class>
4  <widget class="QWidget" name="RouteOneItemWIdget">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>935</width>
10     <height>336</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Form</string>
15   </property>
16   <layout class="QVBoxLayout" name="verticalLayout">
17    <item>
18     <layout class="QHBoxLayout" name="horizontalLayout">
19      <item>
20       <widget class="QLabel" name="startTime">
21        <property name="text">
22         <string>TextLabel</string>
23        </property>
24        <property name="alignment">
25         <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
26        </property>
27       </widget>
28      </item>
29      <item>
30       <widget class="QLabel" name="stopTime">
31        <property name="text">
32         <string>TextLabel</string>
33        </property>
34        <property name="alignment">
35         <set>Qt::AlignCenter</set>
36        </property>
37       </widget>
38      </item>
39      <item>
40       <widget class="QLabel" name="duration">
41        <property name="lineWidth">
42         <number>0</number>
43        </property>
44        <property name="text">
45         <string>duration</string>
46        </property>
47        <property name="alignment">
48         <set>Qt::AlignCenter</set>
49        </property>
50       </widget>
51      </item>
52      <item>
53       <widget class="QLabel" name="endTime">
54        <property name="text">
55         <string>TextLabel</string>
56        </property>
57        <property name="alignment">
58         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
59        </property>
60       </widget>
61      </item>
62     </layout>
63    </item>
64    <item>
65     <layout class="QHBoxLayout" name="horizontalLayout_2">
66      <item>
67       <spacer name="verticalSpacer">
68        <property name="orientation">
69         <enum>Qt::Vertical</enum>
70        </property>
71        <property name="sizeType">
72         <enum>QSizePolicy::Expanding</enum>
73        </property>
74        <property name="sizeHint" stdset="0">
75         <size>
76          <width>0</width>
77          <height>0</height>
78         </size>
79        </property>
80       </spacer>
81      </item>
82      <item>
83       <widget class="QWidget" name="routeItems" native="true">
84        <property name="sizePolicy">
85         <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
86          <horstretch>0</horstretch>
87          <verstretch>0</verstretch>
88         </sizepolicy>
89        </property>
90       </widget>
91      </item>
92      <item>
93       <spacer name="verticalSpacer_2">
94        <property name="orientation">
95         <enum>Qt::Vertical</enum>
96        </property>
97        <property name="sizeType">
98         <enum>QSizePolicy::Expanding</enum>
99        </property>
100        <property name="sizeHint" stdset="0">
101         <size>
102          <width>0</width>
103          <height>0</height>
104         </size>
105        </property>
106       </spacer>
107      </item>
108     </layout>
109    </item>
110    <item>
111     <widget class="Line" name="line">
112      <property name="orientation">
113       <enum>Qt::Horizontal</enum>
114      </property>
115     </widget>
116    </item>
117   </layout>
118  </widget>
119  <resources/>
120  <connections/>
121 </ui>