claude: add topbar to guis

This commit is contained in:
Benjamin Labrecque
2026-08-28 16:50:03 +02:00
parent a93dab3289
commit 2b08d0eead
23 changed files with 1043 additions and 265 deletions
@@ -8,18 +8,60 @@
<x>0</x>
<y>0</y>
<width>800</width>
<height>600</height>
<height>632</height>
</rect>
</property>
<property name="windowTitle">
<string>MainWindow</string>
</property>
<widget class="QWidget" name="centralwidget">
<widget class="caLabel" name="calabel_agebd_env_bar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>800</width>
<height>32</height>
</rect>
</property>
<property name="font">
<font>
<family>Sans Serif</family>
<pointsize>18</pointsize>
<weight>75</weight>
<italic>false</italic>
<bold>true</bold>
</font>
</property>
<property name="text">
<string>TestService99-X00{{ agebd_env_suffix_paren }}</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading</set>
</property>
<property name="foreground">
<color>
<red>255</red>
<green>255</green>
<blue>255</blue>
</color>
</property>
<property name="background">
<color>
<red>200</red>
<green>0</green>
<blue>0</blue>
</color>
</property>
<property name="colorMode">
<enum>caLabel::Static</enum>
</property>
</widget>
<widget class="caNumeric" name="canumeric">
<property name="geometry">
<rect>
<x>0</x>
<y>60</y>
<y>92</y>
<width>100</width>
<height>50</height>
</rect>
@@ -44,7 +86,7 @@
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<y>32</y>
<width>601</width>
<height>22</height>
</rect>
@@ -60,7 +102,7 @@
<property name="geometry">
<rect>
<x>6</x>
<y>34</y>
<y>66</y>
<width>401</width>
<height>21</height>
</rect>
@@ -98,6 +140,11 @@
<extends>QCheckBox</extends>
<header>caToggleButton</header>
</customwidget>
<customwidget>
<class>caLabel</class>
<extends>QLabel</extends>
<header>caLabel</header>
</customwidget>
</customwidgets>
<resources/>
<connections/>