diff options
| author | bd <bdunahu@operationnull.com> | 2025-03-23 21:48:12 -0400 |
|---|---|---|
| committer | bd <bdunahu@operationnull.com> | 2025-03-23 21:48:12 -0400 |
| commit | 63fe56a0638b53477579ca37df3bfce30613e4ed (patch) | |
| tree | c71c232e6cd8207816f559b6b5edff5145112146 /src/gui/GUI.ui | |
| parent | b400e932ce310e856a5fcbc49ecce522c9cad1b3 (diff) | |
Remove Python, combine main files
Diffstat (limited to 'src/gui/GUI.ui')
| -rw-r--r-- | src/gui/GUI.ui | 55 |
1 files changed, 0 insertions, 55 deletions
diff --git a/src/gui/GUI.ui b/src/gui/GUI.ui deleted file mode 100644 index bce52c2..0000000 --- a/src/gui/GUI.ui +++ /dev/null @@ -1,55 +0,0 @@ -<?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> |
