diff options
| author | XaviDCR92 <xavi.dcr@gmail.com> | 2018-06-12 23:08:23 +0200 |
|---|---|---|
| committer | XaviDCR92 <xavi.dcr@gmail.com> | 2018-06-12 23:08:23 +0200 |
| commit | 76bfdf2712f64ce645ee4b3b60876c0e69806761 (patch) | |
| tree | 1096b8ddecb98f17caafd32d9b02d7719051587e /stdout.ui | |
| parent | 1c3712dfa33757b11ff9b3082903e92f038e7b3d (diff) | |
+ Added project file.
* Minor changes.
Diffstat (limited to 'stdout.ui')
| -rw-r--r-- | stdout.ui | 50 |
1 files changed, 27 insertions, 23 deletions
@@ -13,29 +13,33 @@ <property name="windowTitle"> <string>Stdout Console</string> </property> - <widget class="QPushButton" name="close_Btn"> - <property name="geometry"> - <rect> - <x>280</x> - <y>260</y> - <width>75</width> - <height>23</height> - </rect> - </property> - <property name="text"> - <string>Close</string> - </property> - </widget> - <widget class="QTextEdit" name="stdout_Log"> - <property name="geometry"> - <rect> - <x>30</x> - <y>20</y> - <width>321</width> - <height>231</height> - </rect> - </property> - </widget> + <layout class="QGridLayout" name="gridLayout"> + <item row="0" column="0"> + <widget class="QTextEdit" name="stdout_Log"> + <property name="readOnly"> + <bool>true</bool> + </property> + </widget> + </item> + <item row="1" column="0"> + <layout class="QHBoxLayout" name="horizontalLayout"> + <item> + <widget class="QPushButton" name="clean_Btn"> + <property name="text"> + <string>Clean</string> + </property> + </widget> + </item> + <item> + <widget class="QPushButton" name="close_Btn"> + <property name="text"> + <string>Close</string> + </property> + </widget> + </item> + </layout> + </item> + </layout> </widget> <resources/> <connections/> |
