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/AuthDialogWidget.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/AuthDialogWidget.ui')
-rw-r--r-- | src/AuthDialogWidget.ui | 168 |
1 files changed, 168 insertions, 0 deletions
diff --git a/src/AuthDialogWidget.ui b/src/AuthDialogWidget.ui new file mode 100644 index 0000000..0425eb1 --- /dev/null +++ b/src/AuthDialogWidget.ui @@ -0,0 +1,168 @@ +<!DOCTYPE UI><UI version="3.3" stdsetdef="1"> + <class>AuthDialogWidget</class> + <widget class="TQWidget"> + <property name="name"> + <cstring>AuthDialogWidget</cstring> + </property> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>335</width> + <height>193</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="TQLayoutWidget" rowspan="6" row="0" column="0"> + <property name="name"> + <cstring>verticalLayout</cstring> + </property> + <vbox> + <widget class="TQLabel"> + <property name="name"> + <cstring>lblPixmap</cstring> + </property> + <property name="sizePolicy"> + <sizepolicy> + <hsizetype>5</hsizetype> + <vsizetype>5</vsizetype> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="text"> + <string>Lock Icon here</string> + </property> + <property name="alignment"> + <set>WordBreak</set> + </property> + <property name="buddy"> + <cstring>lePassword</cstring> + </property> + </widget> + <spacer> + <property name="name"> + <cstring>verticalSpacer</cstring> + </property> + <property name="orientation"> + <enum>Vertical</enum> + </property> + <property name="sizeHint"> + <size> + <width>20</width> + <height>92</height> + </size> + </property> + </spacer> + </vbox> + </widget> + <widget class="TQLayoutWidget" row="0" column="1" colspan="3"> + <property name="name"> + <cstring>verticalLayout_2</cstring> + </property> + <vbox> + <widget class="TQLabel"> + <property name="name"> + <cstring>lblHeader</cstring> + </property> + <property name="sizePolicy"> + <sizepolicy> + <hsizetype>3</hsizetype> + <vsizetype>3</vsizetype> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="text"> + <string><b>Header is here!</b></string> + </property> + <property name="alignment"> + <set>WordBreak</set> + </property> + <property name="buddy"> + <cstring>lePassword</cstring> + </property> + </widget> + <widget class="TQLabel"> + <property name="name"> + <cstring>lblContent</cstring> + </property> + <property name="sizePolicy"> + <sizepolicy> + <hsizetype>3</hsizetype> + <vsizetype>3</vsizetype> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="text"> + <string notr="true"><i>Content</i></string> + </property> + <property name="alignment"> + <set>WordBreak</set> + </property> + </widget> + </vbox> + </widget> + <widget class="TQLabel" row="2" column="1" colspan="3"> + <property name="name"> + <cstring>errorMessageKTW</cstring> + </property> + <property name="sizePolicy"> + <sizepolicy> + <hsizetype>3</hsizetype> + <vsizetype>3</vsizetype> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + </widget> + <widget class="TQLabel" row="3" column="1" colspan="2"> + <property name="name"> + <cstring>lblPassword</cstring> + </property> + <property name="text"> + <string>Password:</string> + </property> + <property name="buddy"> + <cstring>lePassword</cstring> + </property> + </widget> + <widget class="KLineEdit" row="3" column="3"> + <property name="name"> + <cstring>lePassword</cstring> + </property> + <property name="echoMode"> + <enum>Password</enum> + </property> + </widget> + <widget class="KComboBox" row="1" column="1" colspan="3"> + <property name="name"> + <cstring>userCB</cstring> + </property> + </widget> + </grid> + </widget> + <!--customwidgets> + <customwidget> + <class>KTitleWidget</class> + <extends>TQWidget</extends> + <header>ktitlewidget.h</header> + </customwidget> + </customwidgets--> + <tabstops> + <tabstop>userCB</tabstop> + <tabstop>lePassword</tabstop> + </tabstops> +</UI> |