Warning, /plasma/breeze/kdecoration/config/ui/breezeexceptiondialog.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>BreezeExceptionDialog</class> 0004 <widget class="QDialog" name="BreezeExceptionDialog"> 0005 <property name="geometry"> 0006 <rect> 0007 <x>0</x> 0008 <y>0</y> 0009 <width>362</width> 0010 <height>321</height> 0011 </rect> 0012 </property> 0013 <property name="windowTitle"> 0014 <string>Dialog</string> 0015 </property> 0016 <layout class="QVBoxLayout" name="verticalLayout"> 0017 <item> 0018 <widget class="QGroupBox" name="groupBox"> 0019 <property name="title"> 0020 <string>Window Identification</string> 0021 </property> 0022 <layout class="QGridLayout" name="gridLayout_2"> 0023 <item row="0" column="0"> 0024 <widget class="QLabel" name="label"> 0025 <property name="text"> 0026 <string>&Matching window property: </string> 0027 </property> 0028 <property name="alignment"> 0029 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 0030 </property> 0031 <property name="buddy"> 0032 <cstring>exceptionType</cstring> 0033 </property> 0034 </widget> 0035 </item> 0036 <item row="1" column="0"> 0037 <widget class="QLabel" name="label_2"> 0038 <property name="text"> 0039 <string>Regular expression &to match: </string> 0040 </property> 0041 <property name="alignment"> 0042 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 0043 </property> 0044 <property name="buddy"> 0045 <cstring>exceptionEditor</cstring> 0046 </property> 0047 </widget> 0048 </item> 0049 <item row="2" column="2"> 0050 <widget class="QPushButton" name="detectDialogButton"> 0051 <property name="text"> 0052 <string>Detect Window Properties…</string> 0053 </property> 0054 </widget> 0055 </item> 0056 <item row="1" column="1" colspan="2"> 0057 <widget class="QLineEdit" name="exceptionEditor"> 0058 <property name="showClearButton" stdset="0"> 0059 <bool>true</bool> 0060 </property> 0061 </widget> 0062 </item> 0063 <item row="0" column="1" colspan="2"> 0064 <widget class="QComboBox" name="exceptionType"> 0065 <item> 0066 <property name="text"> 0067 <string>Window Class Name</string> 0068 </property> 0069 </item> 0070 <item> 0071 <property name="text"> 0072 <string>Window Title</string> 0073 </property> 0074 </item> 0075 </widget> 0076 </item> 0077 </layout> 0078 </widget> 0079 </item> 0080 <item> 0081 <widget class="QGroupBox" name="groupBox_2"> 0082 <property name="title"> 0083 <string>Decoration Options</string> 0084 </property> 0085 <layout class="QGridLayout" name="gridLayout_3"> 0086 <item row="0" column="0"> 0087 <widget class="QCheckBox" name="borderSizeCheckBox"> 0088 <property name="text"> 0089 <string>Border size:</string> 0090 </property> 0091 </widget> 0092 </item> 0093 <item row="2" column="0" colspan="2"> 0094 <widget class="QCheckBox" name="hideTitleBar"> 0095 <property name="text"> 0096 <string>Hide window title bar</string> 0097 </property> 0098 </widget> 0099 </item> 0100 <item row="0" column="1"> 0101 <widget class="QComboBox" name="borderSizeComboBox"> 0102 <property name="enabled"> 0103 <bool>false</bool> 0104 </property> 0105 <item> 0106 <property name="text"> 0107 <string comment="@item:inlistbox Border size:">No Border</string> 0108 </property> 0109 </item> 0110 <item> 0111 <property name="text"> 0112 <string comment="@item:inlistbox Border size:">No Side Borders</string> 0113 </property> 0114 </item> 0115 <item> 0116 <property name="text"> 0117 <string comment="@item:inlistbox Border size:">Tiny</string> 0118 </property> 0119 </item> 0120 <item> 0121 <property name="text"> 0122 <string comment="@item:inlistbox Border size:">Normal</string> 0123 </property> 0124 </item> 0125 <item> 0126 <property name="text"> 0127 <string comment="@item:inlistbox Border size:">Large</string> 0128 </property> 0129 </item> 0130 <item> 0131 <property name="text"> 0132 <string comment="@item:inlistbox Border size:">Very Large</string> 0133 </property> 0134 </item> 0135 <item> 0136 <property name="text"> 0137 <string comment="@item:inlistbox Border size:">Huge</string> 0138 </property> 0139 </item> 0140 <item> 0141 <property name="text"> 0142 <string comment="@item:inlistbox Border size:">Very Huge</string> 0143 </property> 0144 </item> 0145 <item> 0146 <property name="text"> 0147 <string comment="@item:inlistbox Border size:">Oversized</string> 0148 </property> 0149 </item> 0150 </widget> 0151 </item> 0152 <item row="3" column="0" colspan="2"> 0153 <spacer name="verticalSpacer"> 0154 <property name="orientation"> 0155 <enum>Qt::Vertical</enum> 0156 </property> 0157 <property name="sizeHint" stdset="0"> 0158 <size> 0159 <width>20</width> 0160 <height>40</height> 0161 </size> 0162 </property> 0163 </spacer> 0164 </item> 0165 </layout> 0166 </widget> 0167 </item> 0168 <item> 0169 <widget class="QDialogButtonBox" name="buttonBox"> 0170 <property name="orientation"> 0171 <enum>Qt::Horizontal</enum> 0172 </property> 0173 <property name="standardButtons"> 0174 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> 0175 </property> 0176 </widget> 0177 </item> 0178 </layout> 0179 </widget> 0180 <resources/> 0181 <connections> 0182 <connection> 0183 <sender>buttonBox</sender> 0184 <signal>accepted()</signal> 0185 <receiver>BreezeExceptionDialog</receiver> 0186 <slot>accept()</slot> 0187 <hints> 0188 <hint type="sourcelabel"> 0189 <x>252</x> 0190 <y>342</y> 0191 </hint> 0192 <hint type="destinationlabel"> 0193 <x>157</x> 0194 <y>274</y> 0195 </hint> 0196 </hints> 0197 </connection> 0198 <connection> 0199 <sender>buttonBox</sender> 0200 <signal>rejected()</signal> 0201 <receiver>BreezeExceptionDialog</receiver> 0202 <slot>reject()</slot> 0203 <hints> 0204 <hint type="sourcelabel"> 0205 <x>320</x> 0206 <y>342</y> 0207 </hint> 0208 <hint type="destinationlabel"> 0209 <x>286</x> 0210 <y>274</y> 0211 </hint> 0212 </hints> 0213 </connection> 0214 <connection> 0215 <sender>borderSizeCheckBox</sender> 0216 <signal>toggled(bool)</signal> 0217 <receiver>borderSizeComboBox</receiver> 0218 <slot>setEnabled(bool)</slot> 0219 <hints> 0220 <hint type="sourcelabel"> 0221 <x>125</x> 0222 <y>162</y> 0223 </hint> 0224 <hint type="destinationlabel"> 0225 <x>316</x> 0226 <y>163</y> 0227 </hint> 0228 </hints> 0229 </connection> 0230 </connections> 0231 </ui>