mirror of
https://bitbucket.org/smil3y/kde-playground.git
synced 2025-02-24 02:42:51 +00:00
36 lines
823 B
XML
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>
|