2018-07-10 13:04:02 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
2008-02-07 13:18:07 +00:00
|
|
|
<class>SymbolsUi</class>
|
2018-07-10 13:04:02 +02:00
|
|
|
<widget class="QDialog" name="SymbolsUi">
|
|
|
|
<property name="geometry">
|
2008-02-07 13:18:07 +00:00
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2008-03-26 18:58:33 +00:00
|
|
|
<width>430</width>
|
|
|
|
<height>296</height>
|
2008-02-07 13:18:07 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
2018-07-10 13:04:02 +02:00
|
|
|
<property name="windowTitle">
|
2008-02-07 13:18:07 +00:00
|
|
|
<string/>
|
|
|
|
</property>
|
2018-07-10 13:04:02 +02:00
|
|
|
<property name="sizeGripEnabled">
|
2008-02-07 13:18:07 +00:00
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2018-07-10 13:04:02 +02:00
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
|
|
<item row="0" column="0">
|
|
|
|
<layout class="QHBoxLayout">
|
|
|
|
<property name="spacing">
|
|
|
|
<number>6</number>
|
|
|
|
</property>
|
|
|
|
<property name="leftMargin">
|
2008-03-26 18:58:33 +00:00
|
|
|
<number>0</number>
|
|
|
|
</property>
|
2018-07-10 13:04:02 +02:00
|
|
|
<property name="topMargin">
|
|
|
|
<number>0</number>
|
2008-03-26 18:58:33 +00:00
|
|
|
</property>
|
2018-07-10 13:04:02 +02:00
|
|
|
<property name="rightMargin">
|
2008-03-26 18:58:33 +00:00
|
|
|
<number>0</number>
|
|
|
|
</property>
|
2018-07-10 13:04:02 +02:00
|
|
|
<property name="bottomMargin">
|
|
|
|
<number>0</number>
|
2008-03-26 18:58:33 +00:00
|
|
|
</property>
|
2008-02-07 13:18:07 +00:00
|
|
|
<item>
|
2018-07-10 13:04:02 +02:00
|
|
|
<widget class="QLabel" name="categoryLA">
|
|
|
|
<property name="toolTip">
|
2008-03-19 13:28:47 +00:00
|
|
|
<string>Available categories depend on the document encoding. Select UTF-8 for the full range.</string>
|
|
|
|
</property>
|
2018-07-10 13:04:02 +02:00
|
|
|
<property name="text">
|
2008-02-07 13:18:07 +00:00
|
|
|
<string>Ca&tegory:</string>
|
|
|
|
</property>
|
2018-07-10 13:04:02 +02:00
|
|
|
<property name="buddy">
|
2008-02-07 13:18:07 +00:00
|
|
|
<cstring>categoryCO</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2018-07-10 13:04:02 +02:00
|
|
|
<widget class="QComboBox" name="categoryCO">
|
|
|
|
<property name="maxVisibleItems">
|
2008-03-19 09:00:12 +00:00
|
|
|
<number>20</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2008-02-07 13:18:07 +00:00
|
|
|
</item>
|
2008-03-26 18:58:33 +00:00
|
|
|
<item>
|
|
|
|
<spacer>
|
2018-07-10 13:04:02 +02:00
|
|
|
<property name="orientation">
|
2008-03-26 18:58:33 +00:00
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
2018-07-10 13:04:02 +02:00
|
|
|
<property name="sizeHint" stdset="0">
|
2008-03-26 18:58:33 +00:00
|
|
|
<size>
|
|
|
|
<width>191</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item>
|
2018-07-10 13:04:02 +02:00
|
|
|
<widget class="QCheckBox" name="categoryFilterCB">
|
|
|
|
<property name="toolTip">
|
2008-03-26 18:58:33 +00:00
|
|
|
<string>Select this to display all available characters at once</string>
|
|
|
|
</property>
|
2018-07-10 13:04:02 +02:00
|
|
|
<property name="text">
|
2008-03-26 18:58:33 +00:00
|
|
|
<string>&Display all</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2008-02-07 13:18:07 +00:00
|
|
|
</layout>
|
|
|
|
</item>
|
2018-07-10 13:04:02 +02:00
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QListView" name="symbolsLW">
|
|
|
|
<property name="horizontalScrollBarPolicy">
|
2008-02-07 13:18:07 +00:00
|
|
|
<enum>Qt::ScrollBarAlwaysOff</enum>
|
|
|
|
</property>
|
2018-07-10 13:04:02 +02:00
|
|
|
<property name="iconSize">
|
2008-02-07 13:18:07 +00:00
|
|
|
<size>
|
|
|
|
<width>16</width>
|
|
|
|
<height>16</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2018-07-10 13:04:02 +02:00
|
|
|
<property name="resizeMode">
|
2008-02-07 13:18:07 +00:00
|
|
|
<enum>QListView::Adjust</enum>
|
|
|
|
</property>
|
2018-07-10 13:04:02 +02:00
|
|
|
<property name="spacing">
|
2008-02-07 13:18:07 +00:00
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2018-07-10 13:04:02 +02:00
|
|
|
<item row="2" column="0">
|
|
|
|
<widget class="QLineEdit" name="chosenLE">
|
|
|
|
<property name="readOnly">
|
2008-02-07 13:18:07 +00:00
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2018-07-10 13:04:02 +02:00
|
|
|
<item row="3" column="0">
|
|
|
|
<widget class="QDialogButtonBox" name="buttonBox">
|
|
|
|
<property name="standardButtons">
|
|
|
|
<set>QDialogButtonBox::Apply|QDialogButtonBox::Close|QDialogButtonBox::Ok</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2008-02-07 13:18:07 +00:00
|
|
|
</layout>
|
|
|
|
</widget>
|
2018-07-10 13:04:02 +02:00
|
|
|
<layoutdefault spacing="6" margin="9"/>
|
2008-02-07 13:18:07 +00:00
|
|
|
<includes>
|
2018-07-10 13:04:02 +02:00
|
|
|
<include location="local">qt_i18n.h</include>
|
2008-02-07 13:18:07 +00:00
|
|
|
</includes>
|
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|