Auto status change to "Under Review"
@@ -6,13 +6,71 | |||
|
6 | 6 | <rect> |
|
7 | 7 | <x>0</x> |
|
8 | 8 | <y>0</y> |
|
9 |
<width> |
|
|
10 |
<height> |
|
|
9 | <width>566</width> | |
|
10 | <height>258</height> | |
|
11 | 11 | </rect> |
|
12 | 12 | </property> |
|
13 | 13 | <property name="windowTitle"> |
|
14 | 14 | <string>Form</string> |
|
15 | 15 | </property> |
|
16 | <layout class="QVBoxLayout" name="verticalLayout"> | |
|
17 | <item> | |
|
18 | <layout class="QHBoxLayout" name="horizontalLayout"> | |
|
19 | <item> | |
|
20 | <widget class="QToolButton" name="toolButton"> | |
|
21 | <property name="text"> | |
|
22 | <string>+</string> | |
|
23 | </property> | |
|
24 | </widget> | |
|
25 | </item> | |
|
26 | <item> | |
|
27 | <widget class="QToolButton" name="toolButton_2"> | |
|
28 | <property name="text"> | |
|
29 | <string> - </string> | |
|
30 | </property> | |
|
31 | </widget> | |
|
32 | </item> | |
|
33 | <item> | |
|
34 | <widget class="Line" name="line"> | |
|
35 | <property name="orientation"> | |
|
36 | <enum>Qt::Vertical</enum> | |
|
37 | </property> | |
|
38 | </widget> | |
|
39 | </item> | |
|
40 | <item> | |
|
41 | <widget class="QToolButton" name="toolButton_3"> | |
|
42 | <property name="text"> | |
|
43 | <string>T</string> | |
|
44 | </property> | |
|
45 | </widget> | |
|
46 | </item> | |
|
47 | <item> | |
|
48 | <widget class="QToolButton" name="toolButton_4"> | |
|
49 | <property name="text"> | |
|
50 | <string>G</string> | |
|
51 | </property> | |
|
52 | </widget> | |
|
53 | </item> | |
|
54 | <item> | |
|
55 | <widget class="Line" name="line_2"> | |
|
56 | <property name="orientation"> | |
|
57 | <enum>Qt::Vertical</enum> | |
|
58 | </property> | |
|
59 | </widget> | |
|
60 | </item> | |
|
61 | <item> | |
|
62 | <widget class="QLineEdit" name="lineEdit"> | |
|
63 | <property name="enabled"> | |
|
64 | <bool>false</bool> | |
|
65 | </property> | |
|
66 | </widget> | |
|
67 | </item> | |
|
68 | </layout> | |
|
69 | </item> | |
|
70 | <item> | |
|
71 | <widget class="QTableWidget" name="tableWidget"/> | |
|
72 | </item> | |
|
73 | </layout> | |
|
16 | 74 | </widget> |
|
17 | 75 | <resources/> |
|
18 | 76 | <connections/> |
@@ -13,6 +13,160 | |||
|
13 | 13 | <property name="windowTitle"> |
|
14 | 14 | <string>Form</string> |
|
15 | 15 | </property> |
|
16 | <layout class="QVBoxLayout" name="verticalLayout_2"> | |
|
17 | <item> | |
|
18 | <widget class="QGroupBox" name="groupBox"> | |
|
19 | <property name="title"> | |
|
20 | <string>Inspector</string> | |
|
21 | </property> | |
|
22 | <property name="flat"> | |
|
23 | <bool>false</bool> | |
|
24 | </property> | |
|
25 | <layout class="QVBoxLayout" name="verticalLayout"> | |
|
26 | <property name="spacing"> | |
|
27 | <number>0</number> | |
|
28 | </property> | |
|
29 | <property name="leftMargin"> | |
|
30 | <number>0</number> | |
|
31 | </property> | |
|
32 | <property name="topMargin"> | |
|
33 | <number>0</number> | |
|
34 | </property> | |
|
35 | <property name="rightMargin"> | |
|
36 | <number>0</number> | |
|
37 | </property> | |
|
38 | <property name="bottomMargin"> | |
|
39 | <number>0</number> | |
|
40 | </property> | |
|
41 | <item> | |
|
42 | <widget class="QStackedWidget" name="stackedWidget"> | |
|
43 | <property name="currentIndex"> | |
|
44 | <number>0</number> | |
|
45 | </property> | |
|
46 | <widget class="QWidget" name="catalogueInspectorPage"> | |
|
47 | <layout class="QGridLayout" name="gridLayout_2"> | |
|
48 | <item row="0" column="0"> | |
|
49 | <widget class="QLabel" name="label_7"> | |
|
50 | <property name="text"> | |
|
51 | <string>Name</string> | |
|
52 | </property> | |
|
53 | </widget> | |
|
54 | </item> | |
|
55 | <item row="0" column="1"> | |
|
56 | <widget class="QLineEdit" name="lineEdit_5"/> | |
|
57 | </item> | |
|
58 | <item row="1" column="0"> | |
|
59 | <widget class="QLabel" name="label_8"> | |
|
60 | <property name="text"> | |
|
61 | <string>Author</string> | |
|
62 | </property> | |
|
63 | </widget> | |
|
64 | </item> | |
|
65 | <item row="1" column="1"> | |
|
66 | <widget class="QLineEdit" name="lineEdit_6"> | |
|
67 | <property name="text"> | |
|
68 | <string/> | |
|
69 | </property> | |
|
70 | </widget> | |
|
71 | </item> | |
|
72 | <item row="2" column="1"> | |
|
73 | <spacer name="verticalSpacer_2"> | |
|
74 | <property name="orientation"> | |
|
75 | <enum>Qt::Vertical</enum> | |
|
76 | </property> | |
|
77 | <property name="sizeHint" stdset="0"> | |
|
78 | <size> | |
|
79 | <width>20</width> | |
|
80 | <height>40</height> | |
|
81 | </size> | |
|
82 | </property> | |
|
83 | </spacer> | |
|
84 | </item> | |
|
85 | </layout> | |
|
86 | </widget> | |
|
87 | <widget class="QWidget" name="eventInspectorPage"> | |
|
88 | <layout class="QGridLayout" name="gridLayout"> | |
|
89 | <item row="4" column="1"> | |
|
90 | <widget class="QDateTimeEdit" name="dateTimeEdit_2"/> | |
|
91 | </item> | |
|
92 | <item row="3" column="0"> | |
|
93 | <widget class="QLabel" name="label_4"> | |
|
94 | <property name="text"> | |
|
95 | <string>TStart</string> | |
|
96 | </property> | |
|
97 | </widget> | |
|
98 | </item> | |
|
99 | <item row="5" column="0"> | |
|
100 | <widget class="QLabel" name="label_6"> | |
|
101 | <property name="text"> | |
|
102 | <string>Tags</string> | |
|
103 | </property> | |
|
104 | </widget> | |
|
105 | </item> | |
|
106 | <item row="2" column="0"> | |
|
107 | <widget class="QLabel" name="label_3"> | |
|
108 | <property name="text"> | |
|
109 | <string>Product</string> | |
|
110 | </property> | |
|
111 | </widget> | |
|
112 | </item> | |
|
113 | <item row="2" column="1"> | |
|
114 | <widget class="QLineEdit" name="lineEdit_3"/> | |
|
115 | </item> | |
|
116 | <item row="4" column="0"> | |
|
117 | <widget class="QLabel" name="label_5"> | |
|
118 | <property name="text"> | |
|
119 | <string>Tend</string> | |
|
120 | </property> | |
|
121 | </widget> | |
|
122 | </item> | |
|
123 | <item row="3" column="1"> | |
|
124 | <widget class="QDateTimeEdit" name="dateTimeEdit"/> | |
|
125 | </item> | |
|
126 | <item row="1" column="0"> | |
|
127 | <widget class="QLabel" name="label_2"> | |
|
128 | <property name="text"> | |
|
129 | <string>Mission</string> | |
|
130 | </property> | |
|
131 | </widget> | |
|
132 | </item> | |
|
133 | <item row="0" column="1"> | |
|
134 | <widget class="QLineEdit" name="lineEdit"/> | |
|
135 | </item> | |
|
136 | <item row="0" column="0"> | |
|
137 | <widget class="QLabel" name="label"> | |
|
138 | <property name="text"> | |
|
139 | <string>Event Name</string> | |
|
140 | </property> | |
|
141 | </widget> | |
|
142 | </item> | |
|
143 | <item row="1" column="1"> | |
|
144 | <widget class="QLineEdit" name="lineEdit_2"/> | |
|
145 | </item> | |
|
146 | <item row="5" column="1"> | |
|
147 | <widget class="QLineEdit" name="lineEdit_4"/> | |
|
148 | </item> | |
|
149 | <item row="6" column="1"> | |
|
150 | <spacer name="verticalSpacer"> | |
|
151 | <property name="orientation"> | |
|
152 | <enum>Qt::Vertical</enum> | |
|
153 | </property> | |
|
154 | <property name="sizeHint" stdset="0"> | |
|
155 | <size> | |
|
156 | <width>20</width> | |
|
157 | <height>40</height> | |
|
158 | </size> | |
|
159 | </property> | |
|
160 | </spacer> | |
|
161 | </item> | |
|
162 | </layout> | |
|
163 | </widget> | |
|
164 | </widget> | |
|
165 | </item> | |
|
166 | </layout> | |
|
167 | </widget> | |
|
168 | </item> | |
|
169 | </layout> | |
|
16 | 170 | </widget> |
|
17 | 171 | <resources/> |
|
18 | 172 | <connections/> |
@@ -6,13 +6,58 | |||
|
6 | 6 | <rect> |
|
7 | 7 | <x>0</x> |
|
8 | 8 | <y>0</y> |
|
9 |
<width> |
|
|
10 |
<height>3 |
|
|
9 | <width>330</width> | |
|
10 | <height>523</height> | |
|
11 | 11 | </rect> |
|
12 | 12 | </property> |
|
13 | 13 | <property name="windowTitle"> |
|
14 | 14 | <string>Form</string> |
|
15 | 15 | </property> |
|
16 | <layout class="QVBoxLayout" name="verticalLayout"> | |
|
17 | <item> | |
|
18 | <layout class="QHBoxLayout" name="horizontalLayout"> | |
|
19 | <item> | |
|
20 | <widget class="QToolButton" name="toolButton"> | |
|
21 | <property name="text"> | |
|
22 | <string>+</string> | |
|
23 | </property> | |
|
24 | </widget> | |
|
25 | </item> | |
|
26 | <item> | |
|
27 | <widget class="QToolButton" name="toolButton_2"> | |
|
28 | <property name="text"> | |
|
29 | <string> - </string> | |
|
30 | </property> | |
|
31 | </widget> | |
|
32 | </item> | |
|
33 | <item> | |
|
34 | <spacer name="horizontalSpacer"> | |
|
35 | <property name="orientation"> | |
|
36 | <enum>Qt::Horizontal</enum> | |
|
37 | </property> | |
|
38 | <property name="sizeHint" stdset="0"> | |
|
39 | <size> | |
|
40 | <width>40</width> | |
|
41 | <height>20</height> | |
|
42 | </size> | |
|
43 | </property> | |
|
44 | </spacer> | |
|
45 | </item> | |
|
46 | </layout> | |
|
47 | </item> | |
|
48 | <item> | |
|
49 | <widget class="QTreeWidget" name="treeWidget"> | |
|
50 | <attribute name="headerVisible"> | |
|
51 | <bool>false</bool> | |
|
52 | </attribute> | |
|
53 | <column> | |
|
54 | <property name="text"> | |
|
55 | <string notr="true">1</string> | |
|
56 | </property> | |
|
57 | </column> | |
|
58 | </widget> | |
|
59 | </item> | |
|
60 | </layout> | |
|
16 | 61 | </widget> |
|
17 | 62 | <resources/> |
|
18 | 63 | <connections/> |
General Comments 3
Status change > Approved
You need to be logged in to leave comments.
Login now