diff options
| author | nasrlol <nsrddyn@gmail.com> | 2024-11-27 03:29:03 +0100 |
|---|---|---|
| committer | nasrlol <nsrddyn@gmail.com> | 2024-11-27 03:29:03 +0100 |
| commit | 446f3d4742f88b09c85e83e96f6505cd3f6302c5 (patch) | |
| tree | a3e16464ee3cc1f158092fd43806b7686a88c0a3 /I2C-CONTROLLER/form.ui | |
| parent | df6d2c51b15d55a30b8515de637aa7af490b2d95 (diff) | |
switched to using qt
Diffstat (limited to 'I2C-CONTROLLER/form.ui')
| -rw-r--r-- | I2C-CONTROLLER/form.ui | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/I2C-CONTROLLER/form.ui b/I2C-CONTROLLER/form.ui new file mode 100644 index 0000000..7d6e1f5 --- /dev/null +++ b/I2C-CONTROLLER/form.ui | |||
| @@ -0,0 +1,42 @@ | |||
| 1 | <?xml version="1.0" encoding="UTF-8"?> | ||
| 2 | <ui version="4.0"> | ||
| 3 | <class>GUI</class> | ||
| 4 | <widget class="QMainWindow" name="GUI"> | ||
| 5 | <property name="geometry"> | ||
| 6 | <rect> | ||
| 7 | <x>0</x> | ||
| 8 | <y>0</y> | ||
| 9 | <width>800</width> | ||
| 10 | <height>800</height> | ||
| 11 | </rect> | ||
| 12 | </property> | ||
| 13 | <property name="cursor"> | ||
| 14 | <cursorShape>CrossCursor</cursorShape> | ||
| 15 | </property> | ||
| 16 | <property name="windowTitle"> | ||
| 17 | <string notr="true">LCD1602</string> | ||
| 18 | </property> | ||
| 19 | <property name="windowIcon"> | ||
| 20 | <iconset> | ||
| 21 | <normaloff>../assets/icons/LCD1602.png</normaloff>../assets/icons/LCD1602.png</iconset> | ||
| 22 | </property> | ||
| 23 | <widget class="QWidget" name="centralwidget"> | ||
| 24 | <property name="autoFillBackground"> | ||
| 25 | <bool>false</bool> | ||
| 26 | </property> | ||
| 27 | <widget class="QLCDNumber" name="LCD1602EMULATION"> | ||
| 28 | <property name="geometry"> | ||
| 29 | <rect> | ||
| 30 | <x>50</x> | ||
| 31 | <y>570</y> | ||
| 32 | <width>341</width> | ||
| 33 | <height>191</height> | ||
| 34 | </rect> | ||
| 35 | </property> | ||
| 36 | </widget> | ||
| 37 | </widget> | ||
| 38 | <widget class="QStatusBar" name="statusbar"/> | ||
| 39 | </widget> | ||
| 40 | <resources/> | ||
| 41 | <connections/> | ||
| 42 | </ui> | ||
