|
6 | 6 | <rect>
|
7 | 7 | <x>0</x>
|
8 | 8 | <y>0</y>
|
9 |
| - <width>784</width> |
| 9 | + <width>860</width> |
10 | 10 | <height>508</height>
|
11 | 11 | </rect>
|
12 | 12 | </property>
|
|
22 | 22 | </property>
|
23 | 23 | <layout class="QGridLayout" name="gridLayout">
|
24 | 24 | <property name="leftMargin">
|
25 |
| - <number>0</number> |
| 25 | + <number>6</number> |
26 | 26 | </property>
|
27 | 27 | <property name="rightMargin">
|
28 | 28 | <number>6</number>
|
29 | 29 | </property>
|
30 |
| - <item row="1" column="0"> |
| 30 | + <item row="0" column="0"> |
31 | 31 | <layout class="QHBoxLayout" name="baseLayout">
|
32 | 32 | <property name="leftMargin">
|
33 | 33 | <number>0</number>
|
|
37 | 37 | <item>
|
38 | 38 | <widget class="QLabel" name="playerScreen">
|
39 | 39 | <property name="sizePolicy">
|
40 |
| - <sizepolicy hsizetype="Preferred" vsizetype="Expanding"> |
| 40 | + <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> |
41 | 41 | <horstretch>0</horstretch>
|
42 | 42 | <verstretch>0</verstretch>
|
43 | 43 | </sizepolicy>
|
|
56 | 56 | </property>
|
57 | 57 | </widget>
|
58 | 58 | </item>
|
| 59 | + </layout> |
| 60 | + </item> |
| 61 | + <item> |
| 62 | + <layout class="QVBoxLayout" name="toolLayout"> |
59 | 63 | <item>
|
60 |
| - <layout class="QHBoxLayout" name="horizontalLayout"> |
| 64 | + <layout class="QVBoxLayout" name="toolBoxLayout"> |
| 65 | + <property name="sizeConstraint"> |
| 66 | + <enum>QLayout::SetDefaultConstraint</enum> |
| 67 | + </property> |
61 | 68 | <item>
|
62 |
| - <widget class="QToolButton" name="toolButton"> |
63 |
| - <property name="enabled"> |
64 |
| - <bool>true</bool> |
| 69 | + <widget class="QPushButton" name="cropAndRotateButton"> |
| 70 | + <property name="minimumSize"> |
| 71 | + <size> |
| 72 | + <width>200</width> |
| 73 | + <height>80</height> |
| 74 | + </size> |
65 | 75 | </property>
|
66 | 76 | <property name="focusPolicy">
|
67 | 77 | <enum>Qt::NoFocus</enum>
|
68 | 78 | </property>
|
69 | 79 | <property name="text">
|
70 |
| - <string/> |
| 80 | + <string>Crop and rotate</string> |
71 | 81 | </property>
|
72 | 82 | </widget>
|
73 | 83 | </item>
|
74 | 84 | <item>
|
75 |
| - <spacer name="horizontalSpacer"> |
| 85 | + <widget class="Line" name="line"> |
76 | 86 | <property name="orientation">
|
77 | 87 | <enum>Qt::Horizontal</enum>
|
78 | 88 | </property>
|
| 89 | + </widget> |
| 90 | + </item> |
| 91 | + <item> |
| 92 | + <spacer name="verticalSpacer"> |
| 93 | + <property name="orientation"> |
| 94 | + <enum>Qt::Vertical</enum> |
| 95 | + </property> |
79 | 96 | <property name="sizeHint" stdset="0">
|
80 | 97 | <size>
|
81 |
| - <width>40</width> |
82 |
| - <height>20</height> |
| 98 | + <width>20</width> |
| 99 | + <height>40</height> |
83 | 100 | </size>
|
84 | 101 | </property>
|
85 | 102 | </spacer>
|
86 | 103 | </item>
|
87 | 104 | </layout>
|
88 | 105 | </item>
|
89 | 106 | <item>
|
90 |
| - <widget class="QProgressBar" name="playerProgressBar"> |
91 |
| - <property name="sizePolicy"> |
92 |
| - <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
93 |
| - <horstretch>0</horstretch> |
94 |
| - <verstretch>0</verstretch> |
95 |
| - </sizepolicy> |
96 |
| - </property> |
97 |
| - <property name="value"> |
98 |
| - <number>24</number> |
| 107 | + <widget class="Line" name="line_2"> |
| 108 | + <property name="orientation"> |
| 109 | + <enum>Qt::Horizontal</enum> |
99 | 110 | </property>
|
100 | 111 | </widget>
|
101 | 112 | </item>
|
102 |
| - </layout> |
103 |
| - </item> |
104 |
| - <item> |
105 |
| - <layout class="QVBoxLayout" name="toolLayout"> |
106 | 113 | <item>
|
107 |
| - <layout class="QVBoxLayout" name="toolBoxLayout"> |
| 114 | + <layout class="QVBoxLayout" name="verticalLayout_4"> |
108 | 115 | <item>
|
109 |
| - <widget class="QPushButton" name="pushButton"> |
110 |
| - <property name="text"> |
111 |
| - <string>PushButton</string> |
| 116 | + <widget class="QPushButton" name="openFileButton"> |
| 117 | + <property name="minimumSize"> |
| 118 | + <size> |
| 119 | + <width>0</width> |
| 120 | + <height>50</height> |
| 121 | + </size> |
| 122 | + </property> |
| 123 | + <property name="focusPolicy"> |
| 124 | + <enum>Qt::NoFocus</enum> |
112 | 125 | </property>
|
113 |
| - </widget> |
114 |
| - </item> |
115 |
| - <item> |
116 |
| - <widget class="QPushButton" name="pushButton_2"> |
117 | 126 | <property name="text">
|
118 |
| - <string>PushButton</string> |
| 127 | + <string>Open File</string> |
119 | 128 | </property>
|
120 | 129 | </widget>
|
121 | 130 | </item>
|
122 | 131 | <item>
|
123 |
| - <spacer name="verticalSpacer"> |
124 |
| - <property name="orientation"> |
125 |
| - <enum>Qt::Vertical</enum> |
126 |
| - </property> |
127 |
| - <property name="sizeHint" stdset="0"> |
| 132 | + <widget class="QPushButton" name="exportButton"> |
| 133 | + <property name="minimumSize"> |
128 | 134 | <size>
|
129 |
| - <width>20</width> |
130 |
| - <height>40</height> |
| 135 | + <width>0</width> |
| 136 | + <height>50</height> |
131 | 137 | </size>
|
132 | 138 | </property>
|
133 |
| - </spacer> |
134 |
| - </item> |
135 |
| - </layout> |
136 |
| - </item> |
137 |
| - <item> |
138 |
| - <layout class="QVBoxLayout" name="verticalLayout_4"> |
139 |
| - <item> |
140 |
| - <widget class="QPushButton" name="pushButton_3"> |
| 139 | + <property name="focusPolicy"> |
| 140 | + <enum>Qt::NoFocus</enum> |
| 141 | + </property> |
141 | 142 | <property name="text">
|
142 |
| - <string>PushButton</string> |
| 143 | + <string>Export</string> |
143 | 144 | </property>
|
144 | 145 | </widget>
|
145 | 146 | </item>
|
|
149 | 150 | </item>
|
150 | 151 | </layout>
|
151 | 152 | </item>
|
152 |
| - <item row="0" column="0"> |
153 |
| - <widget class="QToolButton" name="openFileButton"> |
154 |
| - <property name="text"> |
155 |
| - <string>Open File</string> |
156 |
| - </property> |
157 |
| - </widget> |
158 |
| - </item> |
159 | 153 | </layout>
|
160 | 154 | </widget>
|
161 | 155 | </widget>
|
|
0 commit comments