diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-02-10 15:10:13 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-02-13 11:44:42 +0900 |
| commit | 8f8f84410cc591c85c5e83e0b3efdcda5fdbe42e (patch) | |
| tree | f273a932ce048ef22ea9d9888b77ea8a2b8f3e33 /src/sq_glinfo.ui | |
| parent | 424635023ee423826de12514b2fec7834b8deb7b (diff) | |
| download | ksquirrel-8f8f8441.tar.gz ksquirrel-8f8f8441.zip | |
Rename 'ksquirrel' folder to 'src'
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 203fcb8d90752b546c672c625927a136b959fcfb)
Diffstat (limited to 'src/sq_glinfo.ui')
| -rw-r--r-- | src/sq_glinfo.ui | 165 |
1 files changed, 165 insertions, 0 deletions
diff --git a/src/sq_glinfo.ui b/src/sq_glinfo.ui new file mode 100644 index 0000000..8aad68f --- /dev/null +++ b/src/sq_glinfo.ui @@ -0,0 +1,165 @@ +<!DOCTYPE UI><UI version="3.3" stdsetdef="1"> +<class>SQ_GLInfo</class> +<widget class="TQDialog"> + <property name="name"> + <cstring>SQ_GLInfo</cstring> + </property> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>542</width> + <height>233</height> + </rect> + </property> + <property name="caption"> + <string>OpenGL information</string> + </property> + <property name="sizeGripEnabled"> + <bool>true</bool> + </property> + <grid> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="TQListView" row="0" column="0" rowspan="1" colspan="2"> + <column> + <property name="text"> + <string>Parameter</string> + </property> + <property name="clickable"> + <bool>true</bool> + </property> + <property name="resizable"> + <bool>true</bool> + </property> + </column> + <column> + <property name="text"> + <string>Value</string> + </property> + <property name="clickable"> + <bool>true</bool> + </property> + <property name="resizable"> + <bool>true</bool> + </property> + </column> + <item> + <property name="text"> + <string>GL_VENDOR</string> + </property> + <property name="text"> + <string></string> + </property> + <property name="pixmap"> + <pixmap></pixmap> + </property> + <property name="pixmap"> + <pixmap></pixmap> + </property> + </item> + <item> + <property name="text"> + <string>GL_RENDERER</string> + </property> + <property name="text"> + <string></string> + </property> + <property name="pixmap"> + <pixmap></pixmap> + </property> + <property name="pixmap"> + <pixmap></pixmap> + </property> + </item> + <item> + <property name="text"> + <string>GL_VERSION</string> + </property> + <property name="text"> + <string></string> + </property> + <property name="pixmap"> + <pixmap></pixmap> + </property> + <property name="pixmap"> + <pixmap></pixmap> + </property> + </item> + <property name="name"> + <cstring>listGL</cstring> + </property> + <property name="allColumnsShowFocus"> + <bool>true</bool> + </property> + <property name="itemMargin"> + <number>2</number> + </property> + <property name="resizeMode"> + <enum>LastColumn</enum> + </property> + </widget> + <widget class="Line" row="1" column="0" rowspan="1" colspan="2"> + <property name="name"> + <cstring>line8</cstring> + </property> + <property name="frameShape"> + <enum>HLine</enum> + </property> + <property name="frameShadow"> + <enum>Sunken</enum> + </property> + <property name="orientation"> + <enum>Horizontal</enum> + </property> + </widget> + <widget class="TQPushButton" row="2" column="1"> + <property name="name"> + <cstring>pushClose</cstring> + </property> + <property name="text"> + <string>Close</string> + </property> + </widget> + <spacer row="2" column="0"> + <property name="name"> + <cstring>spacer15</cstring> + </property> + <property name="orientation"> + <enum>Horizontal</enum> + </property> + <property name="sizeType"> + <enum>Expanding</enum> + </property> + <property name="sizeHint"> + <size> + <width>431</width> + <height>21</height> + </size> + </property> + </spacer> + </grid> +</widget> +<connections> + <connection> + <sender>pushClose</sender> + <signal>clicked()</signal> + <receiver>SQ_GLInfo</receiver> + <slot>reject()</slot> + </connection> +</connections> +<tabstops> + <tabstop>pushClose</tabstop> + <tabstop>listGL</tabstop> +</tabstops> +<includes> + <include location="global" impldecl="in implementation">GL/gl.h</include> + <include location="global" impldecl="in implementation">tqmap.h</include> + <include location="local" impldecl="in implementation">sq_glinfo.ui.h</include> +</includes> +<functions> + <function access="private" specifier="non virtual">init()</function> +</functions> +<layoutdefaults spacing="6" margin="11"/> +</UI> |
