summaryrefslogtreecommitdiff
path: root/cui/uiconfig/ui/specialcharacters.ui
diff options
context:
space:
mode:
authorSteve Hart <libreoffice@stevehart.net>2015-11-17 15:23:39 +0200
committerMaxim Monastirsky <momonasmon@gmail.com>2015-11-17 16:19:20 +0200
commit1b9956c2b150c37cf0e695f88bc0394f41d130a2 (patch)
treec4650b385c88df935ad109a60bf442e02d32e861 /cui/uiconfig/ui/specialcharacters.ui
parent703f3f452b470687bdc3041abe4f3d75230ac8c1 (diff)
tdf#34882 Adding hex and decimal code search
Change-Id: I809bac4b28e679c7dad8ed3ad28e36379bce4760
Diffstat (limited to 'cui/uiconfig/ui/specialcharacters.ui')
-rw-r--r--cui/uiconfig/ui/specialcharacters.ui105
1 files changed, 97 insertions, 8 deletions
diff --git a/cui/uiconfig/ui/specialcharacters.ui b/cui/uiconfig/ui/specialcharacters.ui
index f7356ab31b1c..d5b8bd6da54e 100644
--- a/cui/uiconfig/ui/specialcharacters.ui
+++ b/cui/uiconfig/ui/specialcharacters.ui
@@ -199,24 +199,113 @@
<property name="vexpand">True</property>
<child>
<object class="cuilo-SvxShowText" id="showchar">
- <property name="width_request">80</property>
- <property name="height_request">150</property>
+ <property name="width_request">80</property>
+ <property name="height_request">150</property>
+ <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="left_attach">0</property>
+ <property name="top_attach">0</property>
+ </packing>
+ </child>
+ <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="GtkLabel" id="decimallabel">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="hexpand">True</property>
- <property name="vexpand">True</property>
+ <property name="label" translatable="yes">Decimal:</property>
</object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">True</property>
+ <property name="position">0</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkEntry" id="decimalvalue">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="text">162</property>
+ <property name="halign">center</property>
+ <property name="width_chars">11</property>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">True</property>
+ <property name="position">1</property>
+ </packing>
+ </child>
+ </object>
<packing>
<property name="left_attach">0</property>
- <property name="top_attach">0</property>
+ <property name="top_attach">2</property>
</packing>
</child>
<child>
- <object class="GtkLabel" id="charcodeft">
+ <object class="GtkBox" id="box3">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="hexpand">True</property>
- <property name="label" translatable="no"> U+FFFF(65535) </property>
+ <property name="orientation">vertical</property>
+ <child>
+ <object class="GtkLabel" id="hexlabel">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="label" translatable="yes">Hexadecimal:</property>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">True</property>
+ <property name="position">0</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkGrid" id="grid4">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="halign">center</property>
+ <child>
+ <object class="GtkLabel" id="hexulabel">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="label">U+</property>
+ <property name="selectable">True</property>
+ <property name="width_chars">3</property>
+ <property name="single_line_mode">True</property>
+ <property name="max_width_chars">3</property>
+ <property name="lines">1</property>
+ </object>
+ <packing>
+ <property name="left_attach">0</property>
+ <property name="top_attach">0</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkEntry" id="hexvalue">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="text">A2</property>
+ <property name="halign">center</property>
+ <property name="width_chars">8</property>
+ </object>
+ <packing>
+ <property name="left_attach">1</property>
+ <property name="top_attach">0</property>
+ </packing>
+ </child>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">True</property>
+ <property name="position">1</property>
+ </packing>
+ </child>
</object>
<packing>
<property name="left_attach">0</property>