mirror of
https://bitbucket.org/smil3y/kde-playground.git
synced 2025-02-24 02:42:51 +00:00
128 lines
3.1 KiB
Text
128 lines
3.1 KiB
Text
![]() |
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<ui version="4.0">
|
||
|
<class>MainWindow</class>
|
||
|
<widget class="QMainWindow" name="MainWindow">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>0</x>
|
||
|
<y>0</y>
|
||
|
<width>800</width>
|
||
|
<height>600</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<widget class="QWidget" name="centralwidget">
|
||
|
<layout class="QGridLayout" name="gridLayout">
|
||
|
<item row="1" column="0">
|
||
|
<widget class="QTreeWidget" name="treeWidget">
|
||
|
<property name="enabled">
|
||
|
<bool>false</bool>
|
||
|
</property>
|
||
|
<column>
|
||
|
<property name="text">
|
||
|
<string notr="true">1</string>
|
||
|
</property>
|
||
|
</column>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="0" column="0">
|
||
|
<widget class="KTreeWidgetSearchLine" name="ktreewidgetsearchline">
|
||
|
<property name="enabled">
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string/>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</widget>
|
||
|
<widget class="QMenuBar" name="menubar">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>0</x>
|
||
|
<y>0</y>
|
||
|
<width>800</width>
|
||
|
<height>19</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<widget class="QMenu" name="menuFile">
|
||
|
<property name="title">
|
||
|
<string>File</string>
|
||
|
</property>
|
||
|
<addaction name="actionOpen"/>
|
||
|
<addaction name="actionSave"/>
|
||
|
<addaction name="actionQuit"/>
|
||
|
</widget>
|
||
|
<widget class="QMenu" name="menuHelp">
|
||
|
<property name="title">
|
||
|
<string>Help</string>
|
||
|
</property>
|
||
|
<addaction name="actionHelp"/>
|
||
|
</widget>
|
||
|
<widget class="QMenu" name="menuConfigure">
|
||
|
<property name="title">
|
||
|
<string>Configure</string>
|
||
|
</property>
|
||
|
<addaction name="actionConfigure_ktimetracker"/>
|
||
|
</widget>
|
||
|
<addaction name="menuFile"/>
|
||
|
<addaction name="menuHelp"/>
|
||
|
<addaction name="menuConfigure"/>
|
||
|
</widget>
|
||
|
<widget class="QStatusBar" name="statusbar"/>
|
||
|
<widget class="QToolBar" name="toolBar">
|
||
|
<property name="windowTitle">
|
||
|
<string>toolBar</string>
|
||
|
</property>
|
||
|
<property name="toolButtonStyle">
|
||
|
<enum>Qt::ToolButtonTextBesideIcon</enum>
|
||
|
</property>
|
||
|
<attribute name="toolBarArea">
|
||
|
<enum>TopToolBarArea</enum>
|
||
|
</attribute>
|
||
|
<attribute name="toolBarBreak">
|
||
|
<bool>false</bool>
|
||
|
</attribute>
|
||
|
</widget>
|
||
|
<action name="actionOpen">
|
||
|
<property name="text">
|
||
|
<string>Load</string>
|
||
|
</property>
|
||
|
</action>
|
||
|
<action name="actionSave">
|
||
|
<property name="text">
|
||
|
<string>Save</string>
|
||
|
</property>
|
||
|
</action>
|
||
|
<action name="actionQuit">
|
||
|
<property name="text">
|
||
|
<string>Quit</string>
|
||
|
</property>
|
||
|
</action>
|
||
|
<action name="actionHelp">
|
||
|
<property name="text">
|
||
|
<string>Help</string>
|
||
|
</property>
|
||
|
</action>
|
||
|
<action name="actionConfigure_ktimetracker">
|
||
|
<property name="text">
|
||
|
<string>Configure ktimetracker</string>
|
||
|
</property>
|
||
|
</action>
|
||
|
</widget>
|
||
|
<customwidgets>
|
||
|
<customwidget>
|
||
|
<class>KTreeWidgetSearchLine</class>
|
||
|
<extends>KLineEdit</extends>
|
||
|
<header>ktreewidgetsearchline.h</header>
|
||
|
</customwidget>
|
||
|
<customwidget>
|
||
|
<class>KLineEdit</class>
|
||
|
<extends>QLineEdit</extends>
|
||
|
<header>klineedit.h</header>
|
||
|
</customwidget>
|
||
|
</customwidgets>
|
||
|
<resources/>
|
||
|
<connections/>
|
||
|
</ui>
|