src/platform/qt/ShaderSelector.ui (view raw)
1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>ShaderSelector</class>
4 <widget class="QDialog" name="ShaderSelector">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>378</width>
10 <height>350</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Shaders</string>
15 </property>
16 <layout class="QVBoxLayout" name="verticalLayout">
17 <item>
18 <layout class="QHBoxLayout" name="horizontalLayout">
19 <item>
20 <widget class="QLabel" name="label">
21 <property name="font">
22 <font>
23 <weight>75</weight>
24 <bold>true</bold>
25 </font>
26 </property>
27 <property name="text">
28 <string>Active Shader:</string>
29 </property>
30 </widget>
31 </item>
32 <item>
33 <widget class="QLabel" name="shaderName">
34 <property name="text">
35 <string>Name</string>
36 </property>
37 <property name="alignment">
38 <set>Qt::AlignCenter</set>
39 </property>
40 </widget>
41 </item>
42 <item>
43 <widget class="QLabel" name="author">
44 <property name="text">
45 <string>Author</string>
46 </property>
47 <property name="alignment">
48 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
49 </property>
50 </widget>
51 </item>
52 </layout>
53 </item>
54 <item>
55 <widget class="QLabel" name="description">
56 <property name="font">
57 <font>
58 <italic>true</italic>
59 </font>
60 </property>
61 <property name="text">
62 <string>Description</string>
63 </property>
64 <property name="wordWrap">
65 <bool>true</bool>
66 </property>
67 </widget>
68 </item>
69 <item>
70 <widget class="Line" name="line">
71 <property name="orientation">
72 <enum>Qt::Horizontal</enum>
73 </property>
74 </widget>
75 </item>
76 <item>
77 <widget class="QTabWidget" name="passes">
78 <property name="currentIndex">
79 <number>-1</number>
80 </property>
81 </widget>
82 </item>
83 <item>
84 <layout class="QHBoxLayout" name="horizontalLayout_2">
85 <item>
86 <widget class="QPushButton" name="unload">
87 <property name="text">
88 <string>Unload Shader</string>
89 </property>
90 </widget>
91 </item>
92 <item>
93 <widget class="QPushButton" name="load">
94 <property name="text">
95 <string>Load New Shader</string>
96 </property>
97 </widget>
98 </item>
99 </layout>
100 </item>
101 <item>
102 <widget class="QDialogButtonBox" name="buttonBox">
103 <property name="orientation">
104 <enum>Qt::Horizontal</enum>
105 </property>
106 <property name="standardButtons">
107 <set>QDialogButtonBox::Ok</set>
108 </property>
109 </widget>
110 </item>
111 </layout>
112 </widget>
113 <resources/>
114 <connections>
115 <connection>
116 <sender>buttonBox</sender>
117 <signal>accepted()</signal>
118 <receiver>ShaderSelector</receiver>
119 <slot>close()</slot>
120 <hints>
121 <hint type="sourcelabel">
122 <x>248</x>
123 <y>254</y>
124 </hint>
125 <hint type="destinationlabel">
126 <x>157</x>
127 <y>274</y>
128 </hint>
129 </hints>
130 </connection>
131 </connections>
132</ui>