diff options
Diffstat (limited to 'authdetails.ui')
-rw-r--r-- | authdetails.ui | 91 |
1 files changed, 91 insertions, 0 deletions
diff --git a/authdetails.ui b/authdetails.ui new file mode 100644 index 0000000..6dda5da --- /dev/null +++ b/authdetails.ui @@ -0,0 +1,91 @@ +<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> |