diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-12-28 09:48:56 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-12-28 09:59:28 +0900 |
commit | eb684d7fa3c107977074672615c957086e7e9088 (patch) | |
tree | 60a255e522fa34a81aab3a701b2859454f09175e /src/AuthDetailsWidget.ui | |
parent | ab12cfe230b06ba2a4505e681d7b8ce6ea35fb34 (diff) | |
download | polkit-agent-tde-eb684d7fa3c107977074672615c957086e7e9088.tar.gz polkit-agent-tde-eb684d7fa3c107977074672615c957086e7e9088.zip |
Conversion of package functionality.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/AuthDetailsWidget.ui')
-rw-r--r-- | src/AuthDetailsWidget.ui | 94 |
1 files changed, 94 insertions, 0 deletions
diff --git a/src/AuthDetailsWidget.ui b/src/AuthDetailsWidget.ui new file mode 100644 index 0000000..cf2976d --- /dev/null +++ b/src/AuthDetailsWidget.ui @@ -0,0 +1,94 @@ +<!DOCTYPE UI><UI version="3.3" stdsetdef="1"> + <class>AuthDetailsWidget</class> + <widget class="TQWidget"> + <property name="name"> + <cstring>AuthDetailsWidget</cstring> + </property> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>273</width> + <height>80</height> + </rect> + </property> + <property name="sizePolicy"> + <sizepolicy> + <hsizetype>3</hsizetype> + <vsizetype>3</vsizetype> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <grid> + <property name="name"> + <cstring>gridLayout</cstring> + </property> + <widget class="TQLabel" row="1" column="0"> + <property name="name"> + <cstring>label</cstring> + </property> + <property name="text"> + <string>Application:</string> + </property> + </widget> + <widget class="TQLabel" row="2" column="0"> + <property name="name"> + <cstring>label_3</cstring> + </property> + <property name="text"> + <string>Action:</string> + </property> + </widget> + <widget class="TQLabel" row="3" column="0"> + <property name="name"> + <cstring>vendorL</cstring> + </property> + <property name="text"> + <string>Vendor:</string> + </property> + </widget> + <widget class="TQLabel" row="2" column="1" colspan="3"> + <property name="name"> + <cstring>action_label</cstring> + </property> + <property name="text"> + <string>Action:</string> + </property> + </widget> + <widget class="KURLLabel" row="3" column="1" colspan="3"> + <property name="name"> + <cstring>vendorUL</cstring> + </property> + <property name="text"> + <string>Vendor:</string> + </property> + <property name="tipText"> + <string/> + </property> + <property name="useTips"> + <bool>true</bool> + </property> + </widget> + <widget class="Line" row="0" column="0" colspan="4"> + <property name="name"> + <cstring>line</cstring> + </property> + <property name="orientation"> + <enum>Horizontal</enum> + </property> + </widget> + <widget class="TQLabel" row="1" column="1" colspan="3"> + <property name="name"> + <cstring>app_label</cstring> + </property> + <property name="text"> + <string>Application:</string> + </property> + </widget> + </grid> + </widget> + <includes> + <include location="global" impldecl="in implementation">kurllabel.h</include> + </includes> +</UI> |