summaryrefslogtreecommitdiff
path: root/gui/gui.ui
diff options
context:
space:
mode:
authorbd <bdunahu@operationnull.com>2025-03-24 12:17:41 -0400
committerbd <bdunahu@operationnull.com>2025-03-24 12:17:41 -0400
commit895b5ddd6fe4db906720ecbf0de0cab5acdb35ec (patch)
tree8d2d9df8054214d4c019ace03e33f74e6ba571d0 /gui/gui.ui
parente05f5306f50029b0f5f471b70cfe45749d0d21f6 (diff)
Added gui folder with its own CMake to house GUI+main.cc
Diffstat (limited to 'gui/gui.ui')
-rw-r--r--gui/gui.ui55
1 files changed, 55 insertions, 0 deletions
diff --git a/gui/gui.ui b/gui/gui.ui
new file mode 100644
index 0000000..5f71c91
--- /dev/null
+++ b/gui/gui.ui
@@ -0,0 +1,55 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ui version="4.0">
+ <class>gui</class>
+ <widget class="QWidget" name="gui">
+ <property name="geometry">
+ <rect>
+ <x>0</x>
+ <y>0</y>
+ <width>800</width>
+ <height>600</height>
+ </rect>
+ </property>
+ <property name="windowTitle">
+ <string>gui</string>
+ </property>
+ <widget class="QWidget" name="">
+ <property name="geometry">
+ <rect>
+ <x>60</x>
+ <y>30</y>
+ <width>317</width>
+ <height>232</height>
+ </rect>
+ </property>
+ <layout class="QVBoxLayout" name="verticalLayout">
+ <item>
+ <layout class="QHBoxLayout" name="horizontalLayout">
+ <item>
+ <widget class="QLabel" name="label">
+ <property name="text">
+ <string>keyword</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QLineEdit" name="lineEdit"/>
+ </item>
+ <item>
+ <widget class="QPushButton" name="pushButton">
+ <property name="text">
+ <string>find</string>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </item>
+ <item>
+ <widget class="QTextEdit" name="textEdit"/>
+ </item>
+ </layout>
+ </widget>
+ </widget>
+ <resources/>
+ <connections/>
+</ui>