diff options
Diffstat (limited to 'cui/uiconfig/ui/graphictestdlg.ui')
-rw-r--r-- | cui/uiconfig/ui/graphictestdlg.ui | 164 |
1 files changed, 164 insertions, 0 deletions
diff --git a/cui/uiconfig/ui/graphictestdlg.ui b/cui/uiconfig/ui/graphictestdlg.ui new file mode 100644 index 000000000..3c6b14d0a --- /dev/null +++ b/cui/uiconfig/ui/graphictestdlg.ui @@ -0,0 +1,164 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Generated with glade 3.38.2 --> +<interface domain="cui"> + <requires lib="gtk+" version="3.20"/> + <object class="GtkDialog" id="GraphicTestsDialog"> + <property name="can-focus">False</property> + <property name="title" translatable="yes" context="graphictestdlg|GraphicTestsDialog">Run Graphics Tests</property> + <property name="resizable">False</property> + <property name="modal">True</property> + <property name="default-width">550</property> + <property name="default-height">550</property> + <property name="type-hint">dialog</property> + <child internal-child="vbox"> + <object class="GtkBox" id="gptest-main"> + <property name="can-focus">False</property> + <property name="margin-top">4</property> + <property name="margin-bottom">4</property> + <property name="orientation">vertical</property> + <property name="spacing">2</property> + <child internal-child="action_area"> + <object class="GtkButtonBox" id="gptestbtnrun"> + <property name="can-focus">False</property> + <property name="layout-style">end</property> + <child> + <object class="GtkButton" id="gptest_downld"> + <property name="label" translatable="yes" context="graphictestdlg|gptest_downld">Download Results</property> + <property name="visible">True</property> + <property name="can-focus">True</property> + <property name="receives-default">True</property> + <property name="margin-start">20</property> + <property name="margin-end">20</property> + <property name="margin-top">5</property> + <property name="margin-bottom">5</property> + <accelerator key="c" signal="clicked" modifiers="GDK_CONTROL_MASK"/> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">1</property> + </packing> + </child> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">False</property> + <property name="position">1</property> + </packing> + </child> + <child> + <object class="GtkLabel" id="gptest_label"> + <property name="visible">True</property> + <property name="can-focus">False</property> + <property name="tooltip-text" translatable="yes" context="graphictestdlg|gptest_label">Helps to determine the efficiency of %PRODUCTNAME’s graphics rendering by running some tests under the hood and providing their results in the log.</property> + <property name="margin-start">400</property> + <property name="margin-top">10</property> + <property name="label" translatable="yes" context="graphictestdlg|gptest_label">What's this?</property> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">0</property> + </packing> + </child> + <child> + <object class="GtkScrolledWindow"> + <property name="visible">True</property> + <property name="can-focus">True</property> + <property name="shadow-type">in</property> + <child> + <object class="GtkViewport"> + <property name="visible">True</property> + <property name="can-focus">False</property> + <child> + <object class="GtkTextView" id="gptest_txtVW"> + <property name="visible">True</property> + <property name="can-focus">True</property> + <property name="vexpand">True</property> + <property name="pixels-above-lines">2</property> + <property name="pixels-below-lines">2</property> + <property name="editable">False</property> + <property name="left-margin">2</property> + <property name="right-margin">2</property> + <property name="top-margin">2</property> + <property name="bottom-margin">2</property> + <accessibility> + <relation type="labelled-by" target="gptest_log"/> + </accessibility> + </object> + </child> + </object> + </child> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">2</property> + </packing> + </child> + <child> + <object class="GtkLabel" id="gptest_log"> + <property name="visible">True</property> + <property name="can-focus">False</property> + <property name="halign">start</property> + <property name="margin-start">5</property> + <property name="label" translatable="yes" context="graphictestdlg|gptest_log">Result Log:</property> + <accessibility> + <relation type="label-for" target="gptest_txtVW"/> + </accessibility> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">2</property> + </packing> + </child> + <child> + <object class="GtkLabel" id="gptest_detail"> + <property name="visible">True</property> + <property name="can-focus">False</property> + <property name="margin-top">20</property> + <property name="margin-bottom">10</property> + <property name="label" translatable="yes" context="graphictestdlg|gptest_detail">Test Details</property> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">4</property> + </packing> + </child> + <child> + <object class="GtkScrolledWindow" id="gptest_scrollwindow1"> + <property name="visible">True</property> + <property name="can-focus">True</property> + <property name="shadow-type">in</property> + <child> + <object class="GtkViewport"> + <property name="visible">True</property> + <property name="can-focus">False</property> + <child> + <object class="GtkBox" id="gptest_box"> + <property name="visible">True</property> + <property name="can-focus">False</property> + <property name="halign">start</property> + <property name="hexpand">True</property> + <property name="orientation">vertical</property> + <property name="spacing">5</property> + <child> + <placeholder/> + </child> + </object> + </child> + </object> + </child> + </object> + <packing> + <property name="expand">True</property> + <property name="fill">True</property> + <property name="position">5</property> + </packing> + </child> + </object> + </child> + </object> +</interface> |