mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-24 19:02:51 +00:00
91 lines
2.2 KiB
XML
91 lines
2.2 KiB
XML
<ui version="4.0" >
|
|
<class>AuthDetails</class>
|
|
<widget class="QWidget" name="AuthDetails" >
|
|
<property name="geometry" >
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>273</width>
|
|
<height>80</height>
|
|
</rect>
|
|
</property>
|
|
<property name="sizePolicy" >
|
|
<sizepolicy vsizetype="MinimumExpanding" hsizetype="MinimumExpanding" >
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<layout class="QGridLayout" name="gridLayout" >
|
|
<item row="1" column="0" >
|
|
<widget class="QLabel" name="label" >
|
|
<property name="text" >
|
|
<string>Application:</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="2" column="0" >
|
|
<widget class="QLabel" name="label_3" >
|
|
<property name="text" >
|
|
<string>Action:</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="3" column="0" >
|
|
<widget class="QLabel" name="vendorL" >
|
|
<property name="text" >
|
|
<string>Vendor:</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="3" column="1" colspan="3" >
|
|
<widget class="KUrlLabel" name="vendorUL" >
|
|
<property name="text" >
|
|
<string>Vendor:</string>
|
|
</property>
|
|
<property name="tipText" >
|
|
<string/>
|
|
</property>
|
|
<property name="useTips" >
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="2" column="1" colspan="3" >
|
|
<widget class="KUrlLabel" name="action_label" >
|
|
<property name="text" >
|
|
<string>Action:</string>
|
|
</property>
|
|
<property name="tipText" >
|
|
<string/>
|
|
</property>
|
|
<property name="useTips" >
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="0" column="0" colspan="4" >
|
|
<widget class="Line" name="line" >
|
|
<property name="orientation" >
|
|
<enum>Qt::Horizontal</enum>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="1" column="1" colspan="3" >
|
|
<widget class="QLabel" name="app_label" >
|
|
<property name="text" >
|
|
<string>Application:</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<customwidgets>
|
|
<customwidget>
|
|
<class>KUrlLabel</class>
|
|
<extends>QLabel</extends>
|
|
<header>kurllabel.h</header>
|
|
</customwidget>
|
|
</customwidgets>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|