summaryrefslogtreecommitdiff
path: root/stdout.ui
diff options
context:
space:
mode:
authorXaviDCR92 <xavi.dcr@gmail.com>2018-06-12 23:08:23 +0200
committerXaviDCR92 <xavi.dcr@gmail.com>2018-06-12 23:08:23 +0200
commit76bfdf2712f64ce645ee4b3b60876c0e69806761 (patch)
tree1096b8ddecb98f17caafd32d9b02d7719051587e /stdout.ui
parent1c3712dfa33757b11ff9b3082903e92f038e7b3d (diff)
+ Added project file.
* Minor changes.
Diffstat (limited to 'stdout.ui')
-rw-r--r--stdout.ui50
1 files changed, 27 insertions, 23 deletions
diff --git a/stdout.ui b/stdout.ui
index 9263723..da178fd 100644
--- a/stdout.ui
+++ b/stdout.ui
@@ -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/>