diff options
author | Efe Gürkan YALAMAN <efeyalaman@gmail.com> | 2013-06-19 14:01:09 +0300 |
---|---|---|
committer | Thorsten Behrens <tbehrens@suse.com> | 2013-08-01 01:48:34 +0200 |
commit | 2004a788115fa8ec64fc2d5d5f857a0284b80263 (patch) | |
tree | 31d5e75ca61f2e00894b951132c5c0ccd090cc8c | |
parent | 074cc3f4fb782eb1dd96da4cd110501879d64d78 (diff) |
second prototype of the aboutconfigdialog.ui
This prototype has SvxSimpleTableContainer and a few labels related.
Change-Id: I1cda9fdecc5b670f363da1d4ef94ff1663b03530
-rw-r--r-- | cui/uiconfig/ui/aboutconfigdialog.ui | 109 |
1 files changed, 107 insertions, 2 deletions
diff --git a/cui/uiconfig/ui/aboutconfigdialog.ui b/cui/uiconfig/ui/aboutconfigdialog.ui index 1838ce7c5fff..e3af35091acb 100644 --- a/cui/uiconfig/ui/aboutconfigdialog.ui +++ b/cui/uiconfig/ui/aboutconfigdialog.ui @@ -20,6 +20,8 @@ <property name="label">gtk-ok</property> <property name="visible">True</property> <property name="can_focus">False</property> + <property name="can_default">True</property> + <property name="has_default">True</property> <property name="receives_default">True</property> <property name="use_stock">True</property> </object> @@ -80,11 +82,114 @@ </packing> </child> <child> - <object class="GtkGrid" id="grid1"> + <object class="GtkFrame" id="frame1"> <property name="visible">True</property> <property name="can_focus">False</property> + <property name="label_xalign">0</property> + <property name="shadow_type">none</property> <child> - <placeholder/> + <object class="GtkAlignment" id="alignment1"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="left_padding">12</property> + <child> + <object class="GtkBox" id="box1"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="orientation">vertical</property> + <child> + <object class="GtkGrid" id="grid1"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="column_homogeneous">True</property> + <child> + <object class="GtkLabel" id="preference"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="yalign">0.49000000953674316</property> + <property name="label" translatable="yes">Preference Name</property> + </object> + <packing> + <property name="left_attach">0</property> + <property name="top_attach">0</property> + <property name="width">1</property> + <property name="height">1</property> + </packing> + </child> + <child> + <object class="GtkLabel" id="status"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="xalign">0.51999998092651367</property> + <property name="yalign">0.50999999046325684</property> + <property name="label" translatable="yes">Status</property> + </object> + <packing> + <property name="left_attach">1</property> + <property name="top_attach">0</property> + <property name="width">1</property> + <property name="height">1</property> + </packing> + </child> + <child> + <object class="GtkLabel" id="type"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="label" translatable="yes">Type</property> + </object> + <packing> + <property name="left_attach">2</property> + <property name="top_attach">0</property> + <property name="width">1</property> + <property name="height">1</property> + </packing> + </child> + <child> + <object class="GtkLabel" id="value"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="label" translatable="yes">Value</property> + </object> + <packing> + <property name="left_attach">3</property> + <property name="top_attach">0</property> + <property name="width">1</property> + <property name="height">1</property> + </packing> + </child> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">0</property> + </packing> + </child> + <child> + <object class="svxcorelo-SvxSimpleTableContainer" id="preferences"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="hexpand">True</property> + <property name="vexpand">True</property> + </object> + <packing> + <property name="expand">True</property> + <property name="fill">True</property> + <property name="position">1</property> + </packing> + </child> + </object> + </child> + </object> + </child> + <child type="label"> + <object class="GtkLabel" id="label1"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="label" translatable="yes">frame1</property> + <attributes> + <attribute name="weight" value="semibold"/> + </attributes> + </object> </child> </object> <packing> |