diff options
| author | craig <craig@11d20701-8431-0410-a711-e3c959e3b870> | 2012-01-01 11:40:09 +0000 |
|---|---|---|
| committer | craig <craig@11d20701-8431-0410-a711-e3c959e3b870> | 2012-01-01 11:40:09 +0000 |
| commit | 7ed83b6c6666eb8b6b104c211ae7e52907350372 (patch) | |
| tree | 4430b556abac0ad660a0aacf1887d77f85d8be02 /scribus/charselectenhanced.ui | |
| download | scribus-7ed83b6c6666eb8b6b104c211ae7e52907350372.tar.gz scribus-7ed83b6c6666eb8b6b104c211ae7e52907350372.tar.xz scribus-7ed83b6c6666eb8b6b104c211ae7e52907350372.zip | |
Branch 1.3.5 tree to 1.4.x tree, goodbye 1.3.x
git-svn-id: svn://scribus.net/branches/Version14x/Scribus@17163 11d20701-8431-0410-a711-e3c959e3b870
Diffstat (limited to 'scribus/charselectenhanced.ui')
| -rw-r--r-- | scribus/charselectenhanced.ui | 217 |
1 files changed, 217 insertions, 0 deletions
diff --git a/scribus/charselectenhanced.ui b/scribus/charselectenhanced.ui new file mode 100644 index 0000000..d5b6777 --- /dev/null +++ b/scribus/charselectenhanced.ui @@ -0,0 +1,217 @@ +<ui version="4.0" > + <class>CharSelectEnhanced</class> + <widget class="QDialog" name="CharSelectEnhanced" > + <property name="geometry" > + <rect> + <x>0</x> + <y>0</y> + <width>506</width> + <height>492</height> + </rect> + </property> + <property name="windowTitle" > + <string>Enhanced Character Palette</string> + </property> + <layout class="QGridLayout" name="gridLayout" > + <item row="0" column="0" > + <widget class="QLabel" name="label" > + <property name="text" > + <string>&Font:</string> + </property> + <property name="buddy" > + <cstring>fontSelector</cstring> + </property> + </widget> + </item> + <item row="0" column="1" > + <widget class="FontCombo" name="fontSelector" /> + </item> + <item row="0" column="2" > + <spacer> + <property name="orientation" > + <enum>Qt::Horizontal</enum> + </property> + <property name="sizeHint" stdset="0" > + <size> + <width>38</width> + <height>20</height> + </size> + </property> + </spacer> + </item> + <item row="0" column="3" > + <widget class="QLabel" name="label_2" > + <property name="text" > + <string>C&haracter Class:</string> + </property> + <property name="buddy" > + <cstring>rangeSelector</cstring> + </property> + </widget> + </item> + <item row="0" column="4" > + <widget class="ScComboBox" name="rangeSelector" /> + </item> + <item row="0" column="5" > + <spacer> + <property name="orientation" > + <enum>Qt::Horizontal</enum> + </property> + <property name="sizeHint" stdset="0" > + <size> + <width>66</width> + <height>28</height> + </size> + </property> + </spacer> + </item> + <item row="1" column="0" colspan="6" > + <widget class="CharTableView" name="m_charTable" > + <property name="minimumSize" > + <size> + <width>340</width> + <height>0</height> + </size> + </property> + <property name="toolTip" > + <string>You can see a thumbnail if you press and hold down the right mouse button. +The Insert key inserts a Glyph into the Selection below and the Delete key removes the last inserted one</string> + </property> + <property name="dragDropOverwriteMode" > + <bool>false</bool> + </property> + <property name="dragDropMode" > + <enum>QAbstractItemView::DragOnly</enum> + </property> + <property name="selectionMode" > + <enum>QAbstractItemView::SingleSelection</enum> + </property> + </widget> + </item> + <item row="2" column="0" colspan="6" > + <layout class="QHBoxLayout" name="horizontalLayout" > + <item> + <widget class="QLabel" name="label_3" > + <property name="text" > + <string>Insert &Code:</string> + </property> + <property name="buddy" > + <cstring>hexLineEdit</cstring> + </property> + </widget> + </item> + <item> + <widget class="QLineEdit" name="hexLineEdit" > + <property name="toolTip" > + <string>Type in a four digit Unicode value directly here</string> + </property> + <property name="maxLength" > + <number>32767</number> + </property> + </widget> + </item> + <item> + <spacer name="horizontalSpacer" > + <property name="orientation" > + <enum>Qt::Horizontal</enum> + </property> + <property name="sizeHint" stdset="0" > + <size> + <width>40</width> + <height>20</height> + </size> + </property> + </spacer> + </item> + </layout> + </item> + <item row="3" column="0" colspan="6" > + <widget class="QGroupBox" name="groupBox" > + <property name="title" > + <string>Glyphs to Insert</string> + </property> + <layout class="QGridLayout" name="gridLayout_1" > + <item row="0" column="0" > + <widget class="QLabel" name="sample" > + <property name="minimumSize" > + <size> + <width>460</width> + <height>48</height> + </size> + </property> + <property name="frameShape" > + <enum>QFrame::Box</enum> + </property> + <property name="lineWidth" > + <number>1</number> + </property> + </widget> + </item> + </layout> + </widget> + </item> + <item row="4" column="0" colspan="6" > + <layout class="QHBoxLayout" name="_2" > + <item> + <spacer> + <property name="orientation" > + <enum>Qt::Horizontal</enum> + </property> + <property name="sizeHint" stdset="0" > + <size> + <width>40</width> + <height>20</height> + </size> + </property> + </spacer> + </item> + <item> + <widget class="QPushButton" name="insertButton" > + <property name="toolTip" > + <string>Insert the characters at the cursor in the text</string> + </property> + <property name="text" > + <string>&Insert</string> + </property> + <property name="autoDefault" > + <bool>false</bool> + </property> + </widget> + </item> + <item> + <widget class="QPushButton" name="deleteButton" > + <property name="toolTip" > + <string>Delete the current selection(s).</string> + </property> + <property name="text" > + <string>C&lear</string> + </property> + <property name="autoDefault" > + <bool>false</bool> + </property> + </widget> + </item> + </layout> + </item> + </layout> + </widget> + <customwidgets> + <customwidget> + <class>FontCombo</class> + <extends>QComboBox</extends> + <header>fontcombo.h</header> + </customwidget> + <customwidget> + <class>ScComboBox</class> + <extends>QComboBox</extends> + <header>sccombobox.h</header> + </customwidget> + <customwidget> + <class>CharTableView</class> + <extends>QTableView</extends> + <header>chartableview.h</header> + </customwidget> + </customwidgets> + <resources/> + <connections/> +</ui> |
