repo.or.cz
/
personal-kdebase.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix crash if key bindings specified in profile cannot be found. Improve
[personal-kdebase.git]
/
apps
/
kinfocenter
/
opengl
/
opengl.ui
blob
e8306b7caa75293d47a15f2a8998979e191fd475
1
<ui version="4.0" >
2
<class>OpenGL</class>
3
<widget class="QWidget" name="OpenGL" >
4
<property name="geometry" >
5
<rect>
6
<x>0</x>
7
<y>0</y>
8
<width>400</width>
9
<height>397</height>
10
</rect>
11
</property>
12
<layout class="QVBoxLayout" >
13
<item>
14
<widget class="QTreeWidget" name="glinfoTreeWidget" >
15
<column>
16
<property name="text" >
17
<string>1</string>
18
</property>
19
</column>
20
</widget>
21
</item>
22
</layout>
23
</widget>
24
<resources/>
25
<connections/>
26
</ui>