aboutsummaryrefslogtreecommitdiff
path: root/mainwindow.ui
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2025-04-04 16:00:37 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2025-04-04 16:00:37 +0200
commit7ee1669522bdb6c2c6dae6a0ad7f9a9a60f87ff5 (patch)
treee97658f411184a15a0d893f9bfda225a606f03a0 /mainwindow.ui
downloadminimal-qt-7ee1669522bdb6c2c6dae6a0ad7f9a9a60f87ff5.tar.gz
minimal-qt-7ee1669522bdb6c2c6dae6a0ad7f9a9a60f87ff5.zip
Initial commit
Diffstat (limited to 'mainwindow.ui')
-rw-r--r--mainwindow.ui21
1 files changed, 21 insertions, 0 deletions
diff --git a/mainwindow.ui b/mainwindow.ui
new file mode 100644
index 0000000..f9481ec
--- /dev/null
+++ b/mainwindow.ui
@@ -0,0 +1,21 @@
1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3<class>MainWindow</class>
4
5<widget class="QMainWindow" name="MainWindow">
6 <property name="geometry">
7 <rect>
8 <x>0</x>
9 <y>0</y>
10 <width>800</width>
11 <height>600</height>
12 </rect>
13 </property>
14 <property name="windowTitle">
15 <string>My first QT app, without the nonsense!</string>
16 </property>
17</widget>
18
19<resources/>
20<connections/>
21</ui>

Generated with cgit - Back to sebastiano.tronto.net