Warning, /plasma/discover/libdiscover/backends/SnapBackend/libsnapclient/SnapMacaroonDialog.ui is written in an unsupported language. File is not indexed.
0001 <?xml version="1.0" encoding="UTF-8"?> 0002 <ui version="4.0"> 0003 <class>SnapMacaroonDialog</class> 0004 <widget class="QDialog" name="SnapMacaroonDialog"> 0005 <property name="geometry"> 0006 <rect> 0007 <x>0</x> 0008 <y>0</y> 0009 <width>400</width> 0010 <height>300</height> 0011 </rect> 0012 </property> 0013 <property name="windowTitle"> 0014 <string>Dialog</string> 0015 </property> 0016 <layout class="QVBoxLayout" name="verticalLayout"> 0017 <item> 0018 <layout class="QFormLayout" name="formLayout"> 0019 <item row="0" column="1"> 0020 <widget class="QLabel" name="label_3"> 0021 <property name="text"> 0022 <string>Log in to the <a href="https://login.ubuntu.com/">Snap store</a>:</string> 0023 </property> 0024 </widget> 0025 </item> 0026 <item row="1" column="0"> 0027 <widget class="QLabel" name="label"> 0028 <property name="text"> 0029 <string>Username:</string> 0030 </property> 0031 </widget> 0032 </item> 0033 <item row="1" column="1"> 0034 <widget class="QLineEdit" name="username"> 0035 <property name="placeholderText"> 0036 <string>Username</string> 0037 </property> 0038 </widget> 0039 </item> 0040 <item row="2" column="0"> 0041 <widget class="QLabel" name="label_2"> 0042 <property name="text"> 0043 <string>Password:</string> 0044 </property> 0045 </widget> 0046 </item> 0047 <item row="2" column="1"> 0048 <widget class="QLineEdit" name="password"> 0049 <property name="echoMode"> 0050 <enum>QLineEdit::Password</enum> 0051 </property> 0052 <property name="placeholderText"> 0053 <string>Password</string> 0054 </property> 0055 </widget> 0056 </item> 0057 <item row="3" column="0"> 0058 <widget class="QLabel" name="otpLabel"> 0059 <property name="text"> 0060 <string>Two-Factor:</string> 0061 </property> 0062 <property name="textFormat"> 0063 <enum>Qt::PlainText</enum> 0064 </property> 0065 </widget> 0066 </item> 0067 <item row="3" column="1"> 0068 <widget class="QLineEdit" name="otp"> 0069 <property name="echoMode"> 0070 <enum>QLineEdit::Password</enum> 0071 </property> 0072 </widget> 0073 </item> 0074 <item row="4" column="1"> 0075 <widget class="QLabel" name="errorMessage"> 0076 <property name="text"> 0077 <string/> 0078 </property> 0079 <property name="wordWrap"> 0080 <bool>true</bool> 0081 </property> 0082 <property name="textInteractionFlags"> 0083 <set>Qt::NoTextInteraction</set> 0084 </property> 0085 </widget> 0086 </item> 0087 </layout> 0088 </item> 0089 <item> 0090 <spacer name="verticalSpacer"> 0091 <property name="orientation"> 0092 <enum>Qt::Vertical</enum> 0093 </property> 0094 <property name="sizeHint" stdset="0"> 0095 <size> 0096 <width>20</width> 0097 <height>119</height> 0098 </size> 0099 </property> 0100 </spacer> 0101 </item> 0102 <item> 0103 <widget class="QDialogButtonBox" name="buttonBox"> 0104 <property name="standardButtons"> 0105 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> 0106 </property> 0107 </widget> 0108 </item> 0109 </layout> 0110 </widget> 0111 <resources/> 0112 <connections> 0113 <connection> 0114 <sender>buttonBox</sender> 0115 <signal>accepted()</signal> 0116 <receiver>SnapMacaroonDialog</receiver> 0117 <slot>accept()</slot> 0118 <hints> 0119 <hint type="sourcelabel"> 0120 <x>254</x> 0121 <y>293</y> 0122 </hint> 0123 <hint type="destinationlabel"> 0124 <x>157</x> 0125 <y>274</y> 0126 </hint> 0127 </hints> 0128 </connection> 0129 <connection> 0130 <sender>buttonBox</sender> 0131 <signal>rejected()</signal> 0132 <receiver>SnapMacaroonDialog</receiver> 0133 <slot>reject()</slot> 0134 <hints> 0135 <hint type="sourcelabel"> 0136 <x>322</x> 0137 <y>293</y> 0138 </hint> 0139 <hint type="destinationlabel"> 0140 <x>286</x> 0141 <y>274</y> 0142 </hint> 0143 </hints> 0144 </connection> 0145 </connections> 0146 </ui>