kde-playground/kgpg/kgpgwidget.ui
Ivailo Monev 066c526695 kgpg: new toy
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2022-03-14 13:42:33 +02:00

36 lines
823 B
XML

<?xml version="1.0" encoding="System"?>
<ui version="4.0">
<class>KGPGWindow</class>
<widget class="QMainWindow" name="KGPGWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>506</width>
<height>328</height>
</rect>
</property>
<property name="windowTitle">
<string>KGPG</string>
</property>
<property name="windowIcon">
<iconset theme="kgpg"/>
</property>
<widget class="QWidget" name="centralwidget">
<layout class="QGridLayout" name="gridLayout_3"/>
</widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>506</width>
<height>21</height>
</rect>
</property>
</widget>
<widget class="QStatusBar" name="statusbar"/>
</widget>
<resources/>
<connections/>
</ui>