diff options
Diffstat (limited to 'src/authdetails.ui')
-rw-r--r-- | src/authdetails.ui | 91 |
1 files changed, 0 insertions, 91 deletions
diff --git a/src/authdetails.ui b/src/authdetails.ui deleted file mode 100644 index 04a2957..0000000 --- a/src/authdetails.ui +++ /dev/null @@ -1,91 +0,0 @@ -<ui version="4.0" > - <class>AuthDetails</class> - <widget class="TQWidget" 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="TQGridLayout" name="gridLayout" > - <item row="1" column="0" > - <widget class="TQLabel" name="label" > - <property name="text" > - <string>Application:</string> - </property> - </widget> - </item> - <item row="2" column="0" > - <widget class="TQLabel" name="label_3" > - <property name="text" > - <string>Action:</string> - </property> - </widget> - </item> - <item row="3" column="0" > - <widget class="TQLabel" 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>TQt::Horizontal</enum> - </property> - </widget> - </item> - <item row="1" column="1" colspan="3" > - <widget class="TQLabel" name="app_label" > - <property name="text" > - <string>Application:</string> - </property> - </widget> - </item> - </layout> - </widget> - <customwidgets> - <customwidget> - <class>KUrlLabel</class> - <extends>TQLabel</extends> - <header>kurllabel.h</header> - </customwidget> - </customwidgets> - <resources/> - <connections/> -</ui> |