aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorConfuSomu2023-01-06 18:37:52 -0500
committerConfuSomu2023-01-06 18:37:52 -0500
commit6b1f98f6ae20d54af67995371ac6e857794acc39 (patch)
treeba80c40b40eb2373bc783de0d6a386414483628b /src
parentfafdc293f4f875e09ca90faeae6dfac962f144b2 (diff)
downloadActorViewer-6b1f98f6ae20d54af67995371ac6e857794acc39.tar
ActorViewer-6b1f98f6ae20d54af67995371ac6e857794acc39.tar.gz
ActorViewer-6b1f98f6ae20d54af67995371ac6e857794acc39.zip
Add additional widgets for new features
This is done in a batch as it makes more sense to do multiple changes in Qt Designer in one go, instead of fighting with that software a few times and possibly breaking the layout unnecessarily (not that it has happened yet, as Qt Designer seems to always produce really deterministic XML output.
Diffstat (limited to 'src')
-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>