diff options
Diffstat (limited to 'test/control.glade')
-rw-r--r-- | test/control.glade | 113 |
1 files changed, 88 insertions, 25 deletions
diff --git a/test/control.glade b/test/control.glade index e20f9ff..a370c72 100644 --- a/test/control.glade +++ b/test/control.glade @@ -186,46 +186,102 @@ </packing> </child> <child> - <object class="GtkTreeView" id="treeview"> + <object class="GtkVBox" id="vbox2"> <property name="visible">True</property> - <property name="can_focus">True</property> - <property name="model">cameraproperties</property> <child> - <object class="GtkTreeViewColumn" id="namecolumn"> - <property name="title">Name</property> + <object class="GtkScrolledWindow" id="scrolledwindow2"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="hscrollbar_policy">automatic</property> + <property name="vscrollbar_policy">automatic</property> <child> - <object class="GtkCellRendererText" id="namecell"/> - <attributes> - <attribute name="text">0</attribute> - </attributes> + <object class="GtkTreeView" id="treeview"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="model">cameraproperties</property> + <property name="headers_clickable">False</property> + <property name="search_column">0</property> + <child> + <object class="GtkTreeViewColumn" id="namecolumn"> + <property name="title">Name</property> + <child> + <object class="GtkCellRendererText" id="namecell"/> + <attributes> + <attribute name="text">0</attribute> + </attributes> + </child> + </object> + </child> + <child> + <object class="GtkTreeViewColumn" id="valuecolumn"> + <property name="title">Value</property> + <child> + <object class="GtkCellRendererText" id="valuecell"/> + <attributes> + <attribute name="text">1</attribute> + </attributes> + </child> + </object> + </child> + <child> + <object class="GtkTreeViewColumn" id="unitcolumn"> + <property name="title">Unit</property> + <child> + <object class="GtkCellRendererText" id="unitcell"/> + <attributes> + <attribute name="text">2</attribute> + </attributes> + </child> + </object> + </child> + </object> </child> </object> + <packing> + <property name="position">0</property> + </packing> </child> <child> - <object class="GtkTreeViewColumn" id="valuecolumn"> - <property name="title">Value</property> + <object class="GtkTable" id="table1"> + <property name="visible">True</property> + <property name="n_columns">2</property> + <property name="column_spacing">6</property> <child> - <object class="GtkCellRendererText" id="valuecell"/> - <attributes> - <attribute name="text">1</attribute> - </attributes> + <object class="GtkLabel" id="label1"> + <property name="visible">True</property> + <property name="label" translatable="yes">16-Bit Scale <i>1/x</i>:</property> + <property name="use_markup">True</property> + </object> + <packing> + <property name="x_options"></property> + </packing> </child> - </object> - </child> - <child> - <object class="GtkTreeViewColumn" id="unitcolumn"> - <property name="title">Unit</property> <child> - <object class="GtkCellRendererText" id="unitcell"/> - <attributes> - <attribute name="text">2</attribute> - </attributes> + <object class="GtkSpinButton" id="spinbutton1"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="invisible_char">•</property> + <property name="adjustment">adjustment_scale</property> + <property name="climb_rate">0.02</property> + <property name="digits">2</property> + <property name="numeric">True</property> + </object> + <packing> + <property name="left_attach">1</property> + <property name="right_attach">2</property> + </packing> </child> </object> + <packing> + <property name="expand">False</property> + <property name="fill">False</property> + <property name="padding">6</property> + <property name="position">1</property> + </packing> </child> </object> <packing> - <property name="resize">False</property> + <property name="resize">True</property> <property name="shrink">True</property> </packing> </child> @@ -247,4 +303,11 @@ </object> </child> </object> + <object class="GtkAdjustment" id="adjustment_scale"> + <property name="value">65534.999999999774</property> + <property name="lower">1</property> + <property name="upper">65535</property> + <property name="step_increment">1</property> + <property name="page_increment">10</property> + </object> </interface> |