aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/mainwindow.ui42
1 files changed, 37 insertions, 5 deletions
diff --git a/src/mainwindow.ui b/src/mainwindow.ui
index c0ca438..9a21968 100644
--- a/src/mainwindow.ui
+++ b/src/mainwindow.ui
@@ -6,7 +6,7 @@
<rect>
<x>0</x>
<y>0</y>
- <width>800</width>
+ <width>756</width>
<height>600</height>
</rect>
</property>
@@ -14,11 +14,43 @@
<string>Actor Viewer</string>
</property>
<widget class="QWidget" name="centralwidget">
- <layout class="QHBoxLayout" name="horizontalLayout_2">
- <item>
+ <layout class="QGridLayout" name="gridLayout">
+ <item row="0" column="0">
+ <layout class="QHBoxLayout" name="horizontalLayout_3">
+ <item>
+ <widget class="QLineEdit" name="textInputSearch"/>
+ </item>
+ <item>
+ <widget class="QPushButton" name="buttonSearch">
+ <property name="text">
+ <string>Search</string>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </item>
+ <item row="0" column="1">
+ <layout class="QHBoxLayout" name="horizontalLayout_4">
+ <item>
+ <widget class="QPushButton" name="buttonRandom">
+ <property name="text">
+ <string>Random status</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QPushButton" name="buttonCopy">
+ <property name="text">
+ <string>Copy status text</string>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </item>
+ <item row="1" column="0">
<widget class="QListWidget" name="listWidget"/>
</item>
- <item>
+ <item row="1" column="1">
<widget class="QTextEdit" name="statusInfoText">
<property name="cursor" stdset="0">
<cursorShape>IBeamCursor</cursorShape>
@@ -48,7 +80,7 @@ p, li { white-space: pre-wrap; }
<rect>
<x>0</x>
<y>0</y>
- <width>800</width>
+ <width>756</width>
<height>30</height>
</rect>
</property>