diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-12-17 19:49:56 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-12-17 19:49:56 +0900 |
commit | 5a3408879dbba9ac96ea027a16a5c67aaf49d855 (patch) | |
tree | 0441f56ff4fa950a6c0b7c3769c0cbbac390ea07 /authdetails.ui | |
parent | 25813d39a534b4e2e2bbc785a18589e1f1d50317 (diff) | |
download | polkit-agent-tde-5a3408879dbba9ac96ea027a16a5c67aaf49d855.tar.gz polkit-agent-tde-5a3408879dbba9ac96ea027a16a5c67aaf49d855.zip |
Some initial restructuring and clean up.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'authdetails.ui')
-rw-r--r-- | authdetails.ui | 91 |
1 files changed, 0 insertions, 91 deletions
diff --git a/authdetails.ui b/authdetails.ui deleted file mode 100644 index 6dda5da..0000000 --- a/authdetails.ui +++ /dev/null @@ -1,91 +0,0 @@ -<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> |