Warning, /plasma/plasma-nm/libs/editor/widgets/ui/advancedpermissionswidget.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>AdvancedPermissions</class> 0004 <widget class="QDialog" name="AdvancedPermissions"> 0005 <property name="geometry"> 0006 <rect> 0007 <x>0</x> 0008 <y>0</y> 0009 <width>654</width> 0010 <height>349</height> 0011 </rect> 0012 </property> 0013 <property name="sizePolicy"> 0014 <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding"> 0015 <horstretch>0</horstretch> 0016 <verstretch>0</verstretch> 0017 </sizepolicy> 0018 </property> 0019 <property name="minimumSize"> 0020 <size> 0021 <width>0</width> 0022 <height>0</height> 0023 </size> 0024 </property> 0025 <layout class="QVBoxLayout" name="verticalLayout_4"> 0026 <item> 0027 <layout class="QHBoxLayout" name="horizontalLayout"> 0028 <item> 0029 <layout class="QVBoxLayout" name="verticalLayout"> 0030 <item> 0031 <widget class="QLabel" name="label"> 0032 <property name="text"> 0033 <string>Available Users</string> 0034 </property> 0035 </widget> 0036 </item> 0037 <item> 0038 <widget class="QTreeWidget" name="availUsers"> 0039 <property name="sizePolicy"> 0040 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Expanding"> 0041 <horstretch>0</horstretch> 0042 <verstretch>0</verstretch> 0043 </sizepolicy> 0044 </property> 0045 <property name="minimumSize"> 0046 <size> 0047 <width>100</width> 0048 <height>80</height> 0049 </size> 0050 </property> 0051 <property name="editTriggers"> 0052 <set>QAbstractItemView::NoEditTriggers</set> 0053 </property> 0054 <property name="showDropIndicator" stdset="0"> 0055 <bool>false</bool> 0056 </property> 0057 <property name="alternatingRowColors"> 0058 <bool>true</bool> 0059 </property> 0060 <property name="selectionMode"> 0061 <enum>QAbstractItemView::ExtendedSelection</enum> 0062 </property> 0063 <property name="rootIsDecorated"> 0064 <bool>false</bool> 0065 </property> 0066 <property name="uniformRowHeights"> 0067 <bool>true</bool> 0068 </property> 0069 <property name="itemsExpandable"> 0070 <bool>false</bool> 0071 </property> 0072 <property name="allColumnsShowFocus"> 0073 <bool>true</bool> 0074 </property> 0075 <property name="columnCount"> 0076 <number>2</number> 0077 </property> 0078 <attribute name="headerDefaultSectionSize"> 0079 <number>100</number> 0080 </attribute> 0081 <column> 0082 <property name="text"> 0083 <string>Real Name</string> 0084 </property> 0085 </column> 0086 <column> 0087 <property name="text"> 0088 <string comment="like in Username for athentication">Username</string> 0089 </property> 0090 </column> 0091 </widget> 0092 </item> 0093 </layout> 0094 </item> 0095 <item> 0096 <layout class="QVBoxLayout" name="verticalLayout_3"> 0097 <item> 0098 <spacer name="verticalSpacer"> 0099 <property name="orientation"> 0100 <enum>Qt::Vertical</enum> 0101 </property> 0102 <property name="sizeHint" stdset="0"> 0103 <size> 0104 <width>20</width> 0105 <height>0</height> 0106 </size> 0107 </property> 0108 </spacer> 0109 </item> 0110 <item> 0111 <widget class="QPushButton" name="arrowRight"> 0112 <property name="sizePolicy"> 0113 <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> 0114 <horstretch>0</horstretch> 0115 <verstretch>0</verstretch> 0116 </sizepolicy> 0117 </property> 0118 <property name="icon"> 0119 <iconset theme="arrow-right"> 0120 <normaloff/> 0121 </iconset> 0122 </property> 0123 </widget> 0124 </item> 0125 <item> 0126 <widget class="QPushButton" name="arrowLeft"> 0127 <property name="sizePolicy"> 0128 <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> 0129 <horstretch>0</horstretch> 0130 <verstretch>0</verstretch> 0131 </sizepolicy> 0132 </property> 0133 <property name="icon"> 0134 <iconset theme="arrow-left"> 0135 <normaloff/> 0136 </iconset> 0137 </property> 0138 </widget> 0139 </item> 0140 <item> 0141 <spacer name="verticalSpacer_2"> 0142 <property name="orientation"> 0143 <enum>Qt::Vertical</enum> 0144 </property> 0145 <property name="sizeHint" stdset="0"> 0146 <size> 0147 <width>20</width> 0148 <height>0</height> 0149 </size> 0150 </property> 0151 </spacer> 0152 </item> 0153 </layout> 0154 </item> 0155 <item> 0156 <layout class="QVBoxLayout" name="verticalLayout_2"> 0157 <item> 0158 <widget class="QLabel" name="label_2"> 0159 <property name="text"> 0160 <string>Users allowed to activate the connection</string> 0161 </property> 0162 <property name="wordWrap"> 0163 <bool>true</bool> 0164 </property> 0165 </widget> 0166 </item> 0167 <item> 0168 <widget class="QTreeWidget" name="currentUsers"> 0169 <property name="sizePolicy"> 0170 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Expanding"> 0171 <horstretch>0</horstretch> 0172 <verstretch>0</verstretch> 0173 </sizepolicy> 0174 </property> 0175 <property name="minimumSize"> 0176 <size> 0177 <width>100</width> 0178 <height>80</height> 0179 </size> 0180 </property> 0181 <property name="editTriggers"> 0182 <set>QAbstractItemView::NoEditTriggers</set> 0183 </property> 0184 <property name="showDropIndicator" stdset="0"> 0185 <bool>false</bool> 0186 </property> 0187 <property name="alternatingRowColors"> 0188 <bool>true</bool> 0189 </property> 0190 <property name="selectionMode"> 0191 <enum>QAbstractItemView::ExtendedSelection</enum> 0192 </property> 0193 <property name="rootIsDecorated"> 0194 <bool>false</bool> 0195 </property> 0196 <property name="uniformRowHeights"> 0197 <bool>true</bool> 0198 </property> 0199 <property name="itemsExpandable"> 0200 <bool>false</bool> 0201 </property> 0202 <property name="allColumnsShowFocus"> 0203 <bool>true</bool> 0204 </property> 0205 <property name="columnCount"> 0206 <number>2</number> 0207 </property> 0208 <attribute name="headerDefaultSectionSize"> 0209 <number>100</number> 0210 </attribute> 0211 <column> 0212 <property name="text"> 0213 <string>Real Name</string> 0214 </property> 0215 </column> 0216 <column> 0217 <property name="text"> 0218 <string comment="like in Username for athentication">Username</string> 0219 </property> 0220 </column> 0221 </widget> 0222 </item> 0223 </layout> 0224 </item> 0225 </layout> 0226 </item> 0227 <item> 0228 <widget class="QDialogButtonBox" name="buttonBox"> 0229 <property name="standardButtons"> 0230 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> 0231 </property> 0232 </widget> 0233 </item> 0234 </layout> 0235 </widget> 0236 <resources/> 0237 <connections> 0238 <connection> 0239 <sender>buttonBox</sender> 0240 <signal>accepted()</signal> 0241 <receiver>AdvancedPermissions</receiver> 0242 <slot>accept()</slot> 0243 <hints> 0244 <hint type="sourcelabel"> 0245 <x>433</x> 0246 <y>330</y> 0247 </hint> 0248 <hint type="destinationlabel"> 0249 <x>267</x> 0250 <y>0</y> 0251 </hint> 0252 </hints> 0253 </connection> 0254 <connection> 0255 <sender>buttonBox</sender> 0256 <signal>rejected()</signal> 0257 <receiver>AdvancedPermissions</receiver> 0258 <slot>reject()</slot> 0259 <hints> 0260 <hint type="sourcelabel"> 0261 <x>342</x> 0262 <y>329</y> 0263 </hint> 0264 <hint type="destinationlabel"> 0265 <x>299</x> 0266 <y>-6</y> 0267 </hint> 0268 </hints> 0269 </connection> 0270 </connections> 0271 </ui>