summaryrefslogtreecommitdiff
path: root/src/gui/GUI.ui
diff options
context:
space:
mode:
authorSiddarth-Suresh <65844402+Siddarth-Suresh@users.noreply.github.com>2025-03-23 20:27:31 -0400
committerSiddarth-Suresh <65844402+Siddarth-Suresh@users.noreply.github.com>2025-03-23 20:27:31 -0400
commitb400e932ce310e856a5fcbc49ecce522c9cad1b3 (patch)
tree91eea37c01bda87b115b33c63c02dc41c192243f /src/gui/GUI.ui
parentfab7d9dcf249762eeac89a11487856e7569c66d5 (diff)
Initial GUI Commit
Diffstat (limited to 'src/gui/GUI.ui')
-rw-r--r--src/gui/GUI.ui55
1 files changed, 55 insertions, 0 deletions
diff --git a/src/gui/GUI.ui b/src/gui/GUI.ui
new file mode 100644
index 0000000..bce52c2
--- /dev/null
+++ b/src/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>