mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-24 19:02:51 +00:00
36 lines
834 B
Text
36 lines
834 B
Text
![]() |
<?xml version="1.0" encoding="System"?>
|
||
|
<ui version="4.0">
|
||
|
<class>KMetaInfoDialog</class>
|
||
|
<widget class="QWidget" name="KMetaInfoDialog">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>0</x>
|
||
|
<y>0</y>
|
||
|
<width>481</width>
|
||
|
<height>466</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<layout class="QGridLayout" name="gridLayout">
|
||
|
<item row="1" column="0">
|
||
|
<widget class="KListWidget" name="klistwidget"/>
|
||
|
</item>
|
||
|
<item row="0" column="0">
|
||
|
<widget class="QLabel" name="label">
|
||
|
<property name="text">
|
||
|
<string>Select which data should be shown:</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</widget>
|
||
|
<customwidgets>
|
||
|
<customwidget>
|
||
|
<class>KListWidget</class>
|
||
|
<extends></extends>
|
||
|
<header>klistwidget.h</header>
|
||
|
</customwidget>
|
||
|
</customwidgets>
|
||
|
<resources/>
|
||
|
<connections/>
|
||
|
</ui>
|