Warning, /plasma/kwin/src/debug_console.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>DebugConsole</class> 0004 <widget class="QWidget" name="DebugConsole"> 0005 <property name="geometry"> 0006 <rect> 0007 <x>0</x> 0008 <y>0</y> 0009 <width>600</width> 0010 <height>600</height> 0011 </rect> 0012 </property> 0013 <layout class="QVBoxLayout" name="verticalLayout"> 0014 <item> 0015 <layout class="QHBoxLayout" name="horizontalLayout"> 0016 <item> 0017 <spacer name="horizontalSpacer"> 0018 <property name="orientation"> 0019 <enum>Qt::Horizontal</enum> 0020 </property> 0021 <property name="sizeHint" stdset="0"> 0022 <size> 0023 <width>40</width> 0024 <height>20</height> 0025 </size> 0026 </property> 0027 </spacer> 0028 </item> 0029 <item> 0030 <widget class="QPushButton" name="quitButton"> 0031 <property name="text"> 0032 <string>Quit Debug Console</string> 0033 </property> 0034 </widget> 0035 </item> 0036 </layout> 0037 </item> 0038 <item> 0039 <widget class="QTabWidget" name="tabWidget"> 0040 <property name="currentIndex"> 0041 <number>0</number> 0042 </property> 0043 <widget class="QWidget" name="windows"> 0044 <attribute name="title"> 0045 <string>Windows</string> 0046 </attribute> 0047 <layout class="QVBoxLayout" name="verticalLayout_2"> 0048 <item> 0049 <widget class="QTreeView" name="windowsView"> 0050 <attribute name="headerDefaultSectionSize"> 0051 <number>250</number> 0052 </attribute> 0053 </widget> 0054 </item> 0055 </layout> 0056 </widget> 0057 <widget class="QWidget" name="surfaces"> 0058 <attribute name="title"> 0059 <string>Surfaces</string> 0060 </attribute> 0061 <layout class="QVBoxLayout" name="verticalLayout_3"> 0062 <item> 0063 <widget class="QTreeView" name="surfacesView"/> 0064 </item> 0065 </layout> 0066 </widget> 0067 <widget class="QWidget" name="input"> 0068 <attribute name="title"> 0069 <string>Input Events</string> 0070 </attribute> 0071 <layout class="QVBoxLayout" name="verticalLayout_4"> 0072 <item> 0073 <widget class="QTextEdit" name="inputTextEdit"> 0074 <property name="enabled"> 0075 <bool>false</bool> 0076 </property> 0077 <property name="readOnly"> 0078 <bool>true</bool> 0079 </property> 0080 </widget> 0081 </item> 0082 </layout> 0083 </widget> 0084 <widget class="QWidget" name="inputDevices"> 0085 <attribute name="title"> 0086 <string>Input Devices</string> 0087 </attribute> 0088 <layout class="QVBoxLayout" name="verticalLayout_5"> 0089 <item> 0090 <widget class="QTreeView" name="inputDevicesView"/> 0091 </item> 0092 </layout> 0093 </widget> 0094 <widget class="QWidget" name="tab"> 0095 <attribute name="title"> 0096 <string>OpenGL</string> 0097 </attribute> 0098 <layout class="QVBoxLayout" name="verticalLayout_6"> 0099 <item> 0100 <widget class="QLabel" name="noOpenGLLabel"> 0101 <property name="text"> 0102 <string>No OpenGL compositor running</string> 0103 </property> 0104 </widget> 0105 </item> 0106 <item> 0107 <widget class="QScrollArea" name="glInfoScrollArea"> 0108 <property name="frameShadow"> 0109 <enum>QFrame::Plain</enum> 0110 </property> 0111 <property name="lineWidth"> 0112 <number>0</number> 0113 </property> 0114 <property name="widgetResizable"> 0115 <bool>true</bool> 0116 </property> 0117 <widget class="QWidget" name="scrollAreaWidgetContents"> 0118 <property name="geometry"> 0119 <rect> 0120 <x>0</x> 0121 <y>0</y> 0122 <width>564</width> 0123 <height>471</height> 0124 </rect> 0125 </property> 0126 <layout class="QVBoxLayout" name="verticalLayout_7"> 0127 <item> 0128 <widget class="QGroupBox" name="driverInfoBox"> 0129 <property name="title"> 0130 <string>OpenGL (ES) driver information</string> 0131 </property> 0132 <layout class="QFormLayout" name="formLayout"> 0133 <item row="0" column="0"> 0134 <widget class="QLabel" name="label"> 0135 <property name="text"> 0136 <string>Vendor:</string> 0137 </property> 0138 </widget> 0139 </item> 0140 <item row="1" column="0"> 0141 <widget class="QLabel" name="label_2"> 0142 <property name="text"> 0143 <string>Renderer:</string> 0144 </property> 0145 </widget> 0146 </item> 0147 <item row="2" column="0"> 0148 <widget class="QLabel" name="label_3"> 0149 <property name="text"> 0150 <string>Version:</string> 0151 </property> 0152 </widget> 0153 </item> 0154 <item row="3" column="0"> 0155 <widget class="QLabel" name="label_4"> 0156 <property name="text"> 0157 <string>Shading Language Version:</string> 0158 </property> 0159 </widget> 0160 </item> 0161 <item row="4" column="0"> 0162 <widget class="QLabel" name="label_5"> 0163 <property name="text"> 0164 <string>Driver:</string> 0165 </property> 0166 </widget> 0167 </item> 0168 <item row="5" column="0"> 0169 <widget class="QLabel" name="label_6"> 0170 <property name="text"> 0171 <string>GPU class:</string> 0172 </property> 0173 </widget> 0174 </item> 0175 <item row="6" column="0"> 0176 <widget class="QLabel" name="label_7"> 0177 <property name="text"> 0178 <string>OpenGL Version:</string> 0179 </property> 0180 </widget> 0181 </item> 0182 <item row="7" column="0"> 0183 <widget class="QLabel" name="label_8"> 0184 <property name="text"> 0185 <string>GLSL Version:</string> 0186 </property> 0187 </widget> 0188 </item> 0189 <item row="0" column="1"> 0190 <widget class="QLabel" name="glVendorStringLabel"> 0191 <property name="text"> 0192 <string/> 0193 </property> 0194 </widget> 0195 </item> 0196 <item row="1" column="1"> 0197 <widget class="QLabel" name="glRendererStringLabel"> 0198 <property name="text"> 0199 <string/> 0200 </property> 0201 </widget> 0202 </item> 0203 <item row="2" column="1"> 0204 <widget class="QLabel" name="glVersionStringLabel"> 0205 <property name="text"> 0206 <string/> 0207 </property> 0208 </widget> 0209 </item> 0210 <item row="3" column="1"> 0211 <widget class="QLabel" name="glslVersionStringLabel"> 0212 <property name="text"> 0213 <string/> 0214 </property> 0215 </widget> 0216 </item> 0217 <item row="4" column="1"> 0218 <widget class="QLabel" name="glDriverLabel"> 0219 <property name="text"> 0220 <string/> 0221 </property> 0222 </widget> 0223 </item> 0224 <item row="5" column="1"> 0225 <widget class="QLabel" name="glGPULabel"> 0226 <property name="text"> 0227 <string/> 0228 </property> 0229 </widget> 0230 </item> 0231 <item row="6" column="1"> 0232 <widget class="QLabel" name="glVersionLabel"> 0233 <property name="text"> 0234 <string/> 0235 </property> 0236 </widget> 0237 </item> 0238 <item row="7" column="1"> 0239 <widget class="QLabel" name="glslLabel"> 0240 <property name="text"> 0241 <string/> 0242 </property> 0243 </widget> 0244 </item> 0245 </layout> 0246 </widget> 0247 </item> 0248 <item> 0249 <widget class="QGroupBox" name="platformExtensionsBox"> 0250 <property name="title"> 0251 <string>Platform Extensions</string> 0252 </property> 0253 <layout class="QVBoxLayout" name="verticalLayout_8"> 0254 <item> 0255 <widget class="QLabel" name="platformExtensionsLabel"> 0256 <property name="text"> 0257 <string/> 0258 </property> 0259 </widget> 0260 </item> 0261 </layout> 0262 </widget> 0263 </item> 0264 <item> 0265 <widget class="QGroupBox" name="glExtensionsBox"> 0266 <property name="title"> 0267 <string>OpenGL (ES) Extensions</string> 0268 </property> 0269 <layout class="QVBoxLayout" name="verticalLayout_10"> 0270 <item> 0271 <widget class="QLabel" name="openGLExtensionsLabel"> 0272 <property name="text"> 0273 <string/> 0274 </property> 0275 </widget> 0276 </item> 0277 </layout> 0278 </widget> 0279 </item> 0280 </layout> 0281 </widget> 0282 </widget> 0283 </item> 0284 </layout> 0285 </widget> 0286 <widget class="QWidget" name="keyboard"> 0287 <attribute name="title"> 0288 <string>Keyboard</string> 0289 </attribute> 0290 <layout class="QVBoxLayout" name="verticalLayout_11"> 0291 <item> 0292 <widget class="QScrollArea" name="scrollArea"> 0293 <property name="frameShadow"> 0294 <enum>QFrame::Plain</enum> 0295 </property> 0296 <property name="lineWidth"> 0297 <number>0</number> 0298 </property> 0299 <property name="widgetResizable"> 0300 <bool>true</bool> 0301 </property> 0302 <widget class="QWidget" name="scrollAreaWidgetContents_2"> 0303 <property name="geometry"> 0304 <rect> 0305 <x>0</x> 0306 <y>0</y> 0307 <width>564</width> 0308 <height>495</height> 0309 </rect> 0310 </property> 0311 <layout class="QVBoxLayout" name="verticalLayout_13"> 0312 <item> 0313 <widget class="QGroupBox" name="layoutBox"> 0314 <property name="title"> 0315 <string>Keymap Layouts</string> 0316 </property> 0317 <layout class="QVBoxLayout" name="verticalLayout_12"> 0318 <item> 0319 <widget class="QLabel" name="layoutsLabel"> 0320 <property name="text"> 0321 <string/> 0322 </property> 0323 </widget> 0324 </item> 0325 <item> 0326 <widget class="Line" name="line"> 0327 <property name="orientation"> 0328 <enum>Qt::Horizontal</enum> 0329 </property> 0330 </widget> 0331 </item> 0332 <item> 0333 <layout class="QHBoxLayout" name="horizontalLayout_2"> 0334 <item> 0335 <widget class="QLabel" name="label_9"> 0336 <property name="text"> 0337 <string>Current Layout:</string> 0338 </property> 0339 </widget> 0340 </item> 0341 <item> 0342 <widget class="QLabel" name="currentLayoutLabel"> 0343 <property name="text"> 0344 <string/> 0345 </property> 0346 </widget> 0347 </item> 0348 </layout> 0349 </item> 0350 </layout> 0351 </widget> 0352 </item> 0353 <item> 0354 <widget class="QGroupBox" name="modifiersBox"> 0355 <property name="title"> 0356 <string>Modifiers</string> 0357 </property> 0358 <layout class="QHBoxLayout" name="horizontalLayout_3"> 0359 <item> 0360 <widget class="QLabel" name="modifiersLabel"> 0361 <property name="text"> 0362 <string/> 0363 </property> 0364 </widget> 0365 </item> 0366 </layout> 0367 </widget> 0368 </item> 0369 <item> 0370 <widget class="QGroupBox" name="activeModifiersBox"> 0371 <property name="title"> 0372 <string>Active Modifiers</string> 0373 </property> 0374 <layout class="QVBoxLayout" name="verticalLayout_16"> 0375 <item> 0376 <widget class="QLabel" name="activeModifiersLabel"> 0377 <property name="text"> 0378 <string/> 0379 </property> 0380 </widget> 0381 </item> 0382 </layout> 0383 </widget> 0384 </item> 0385 <item> 0386 <widget class="QGroupBox" name="ledsBox"> 0387 <property name="title"> 0388 <string>LEDs</string> 0389 </property> 0390 <layout class="QVBoxLayout" name="verticalLayout_14"> 0391 <item> 0392 <widget class="QLabel" name="ledsLabel"> 0393 <property name="text"> 0394 <string/> 0395 </property> 0396 </widget> 0397 </item> 0398 </layout> 0399 </widget> 0400 </item> 0401 <item> 0402 <widget class="QGroupBox" name="activeLedsBox"> 0403 <property name="title"> 0404 <string>Active LEDs</string> 0405 </property> 0406 <layout class="QVBoxLayout" name="verticalLayout_15"> 0407 <item> 0408 <widget class="QLabel" name="activeLedsLabel"> 0409 <property name="text"> 0410 <string/> 0411 </property> 0412 </widget> 0413 </item> 0414 </layout> 0415 </widget> 0416 </item> 0417 </layout> 0418 </widget> 0419 </widget> 0420 </item> 0421 </layout> 0422 </widget> 0423 <widget class="QWidget" name="clipboard"> 0424 <attribute name="title"> 0425 <string>Clipboard</string> 0426 </attribute> 0427 <layout class="QVBoxLayout" name="verticalLayout_9"> 0428 <item> 0429 <layout class="QHBoxLayout" name="horizontalLayout_5"> 0430 <item alignment="Qt::AlignBottom"> 0431 <widget class="QLabel" name="label_10"> 0432 <property name="sizePolicy"> 0433 <sizepolicy hsizetype="Fixed" vsizetype="Preferred"> 0434 <horstretch>0</horstretch> 0435 <verstretch>0</verstretch> 0436 </sizepolicy> 0437 </property> 0438 <property name="font"> 0439 <font> 0440 <weight>75</weight> 0441 <bold>true</bold> 0442 </font> 0443 </property> 0444 <property name="text"> 0445 <string>Clipboard</string> 0446 </property> 0447 </widget> 0448 </item> 0449 <item alignment="Qt::AlignBottom"> 0450 <widget class="QLabel" name="clipboardSource"> 0451 <property name="sizePolicy"> 0452 <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> 0453 <horstretch>0</horstretch> 0454 <verstretch>0</verstretch> 0455 </sizepolicy> 0456 </property> 0457 <property name="text"> 0458 <string/> 0459 </property> 0460 </widget> 0461 </item> 0462 </layout> 0463 </item> 0464 <item> 0465 <widget class="QTableView" name="clipboardContent"> 0466 <attribute name="horizontalHeaderStretchLastSection"> 0467 <bool>true</bool> 0468 </attribute> 0469 <attribute name="verticalHeaderVisible"> 0470 <bool>false</bool> 0471 </attribute> 0472 </widget> 0473 </item> 0474 <item> 0475 <layout class="QHBoxLayout" name="horizontalLayout_4"> 0476 <item alignment="Qt::AlignBottom"> 0477 <widget class="QLabel" name="label_11"> 0478 <property name="sizePolicy"> 0479 <sizepolicy hsizetype="Fixed" vsizetype="Preferred"> 0480 <horstretch>0</horstretch> 0481 <verstretch>0</verstretch> 0482 </sizepolicy> 0483 </property> 0484 <property name="font"> 0485 <font> 0486 <weight>75</weight> 0487 <bold>true</bold> 0488 </font> 0489 </property> 0490 <property name="text"> 0491 <string>Primary Selection</string> 0492 </property> 0493 </widget> 0494 </item> 0495 <item alignment="Qt::AlignBottom"> 0496 <widget class="QLabel" name="primarySource"> 0497 <property name="text"> 0498 <string/> 0499 </property> 0500 </widget> 0501 </item> 0502 </layout> 0503 </item> 0504 <item> 0505 <widget class="QTableView" name="primaryContent"> 0506 <attribute name="horizontalHeaderStretchLastSection"> 0507 <bool>true</bool> 0508 </attribute> 0509 <attribute name="verticalHeaderVisible"> 0510 <bool>false</bool> 0511 </attribute> 0512 </widget> 0513 </item> 0514 </layout> 0515 </widget> 0516 </widget> 0517 </item> 0518 </layout> 0519 </widget> 0520 <tabstops> 0521 <tabstop>quitButton</tabstop> 0522 </tabstops> 0523 <resources/> 0524 <connections/> 0525 </ui>