mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-28 14:04:19 -04:00
Tabs/typo in zint.h; PostNet -> POSTNET; ui: shortcuts, tooltips; tests inkscape -> libreoffice
This commit is contained in:
parent
36c19053d7
commit
e37a82a8f1
90 changed files with 1048 additions and 840 deletions
|
@ -129,7 +129,7 @@
|
|||
</property>
|
||||
<widget class="QWidget" name="tabGeneral">
|
||||
<attribute name="title">
|
||||
<string>General</string>
|
||||
<string>&General</string>
|
||||
</attribute>
|
||||
<layout class="QVBoxLayout" name="verticalLayout_3">
|
||||
<item>
|
||||
|
@ -167,7 +167,7 @@
|
|||
or import from file</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>...</string>
|
||||
<string>&...</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
@ -301,7 +301,7 @@ or import from file</string>
|
|||
<bool>false</bool>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>&2D Component Data:</string>
|
||||
<string>2D &Component Data:</string>
|
||||
</property>
|
||||
<property name="buddy">
|
||||
<cstring>txtComposite</cstring>
|
||||
|
@ -540,22 +540,23 @@ p, li { white-space: pre-wrap; }
|
|||
<item>
|
||||
<widget class="QCheckBox" name="chkEscape">
|
||||
<property name="toolTip">
|
||||
<string>Process escape sequences in input data
|
||||
\0 - NUL character (0x00)
|
||||
\E - End of Transmission (0x04)
|
||||
\a - Bell (0x07)
|
||||
\b - Backspace (0x08)
|
||||
\t - Horizontal Tab (0x09)
|
||||
\n - Line Feed (0x0A)
|
||||
\v - Vertical Tab (0x0B)
|
||||
\f - Form Feed (0x0C)
|
||||
\r - Carriage Return (0x0D)
|
||||
\e - Escape (0x1B)
|
||||
\G - Group Selector (0x1D)
|
||||
\R - Record Selector (0x1E)
|
||||
\\ - Backslash (0x5C)
|
||||
\xNN - 8-bit character (N hex)
|
||||
\uNNNN - 16-bit Unicode (N hex)</string>
|
||||
<string>Process escape sequences in input data<table cellpadding="3">
|
||||
<tr><td>\0</td><td>NUL character (0x00)</td></tr>
|
||||
<tr><td>\E</td><td>End of Transmission (0x04)</td></tr>
|
||||
<tr><td>\a</td><td>Bell (0x07)</td></tr>
|
||||
<tr><td>\b</td><td>Backspace (0x08)</td></tr>
|
||||
<tr><td>\t</td><td>Horizontal Tab (0x09)</td></tr>
|
||||
<tr><td>\n</td><td>Line Feed (0x0A)</td></tr>
|
||||
<tr><td>\v</td><td>Vertical Tab (0x0B)</td></tr>
|
||||
<tr><td>\f</td><td>Form Feed (0x0C)</td></tr>
|
||||
<tr><td>\r</td><td>Carriage Return (0x0D)</td></tr>
|
||||
<tr><td>\e</td><td>Escape (0x1B)</td></tr>
|
||||
<tr><td>\G</td><td>Group Selector (0x1D)</td></tr>
|
||||
<tr><td>\R</td><td>Record Selector (0x1E)</td></tr>
|
||||
<tr><td>\\</td><td>Backslash (0x5C)</td></tr>
|
||||
<tr><td>\xNN</td><td>8-bit character (N hex)</td></tr>
|
||||
<tr><td>\uNNNN</td><td>16-bit Unicode (N hex)</td></tr>
|
||||
</table></string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>&Parse Escapes</string>
|
||||
|
@ -605,7 +606,7 @@ p, li { white-space: pre-wrap; }
|
|||
</size>
|
||||
</property>
|
||||
<attribute name="title">
|
||||
<string>Appearance</string>
|
||||
<string>A&ppearance</string>
|
||||
</attribute>
|
||||
<layout class="QVBoxLayout" name="verticalLayout_4">
|
||||
<item>
|
||||
|
@ -773,7 +774,7 @@ p, li { white-space: pre-wrap; }
|
|||
<item row="5" column="0">
|
||||
<widget class="QLabel" name="lblScale">
|
||||
<property name="text">
|
||||
<string>&Printing Scale:</string>
|
||||
<string>Printing Sca&le:</string>
|
||||
</property>
|
||||
<property name="alignment">
|
||||
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
|
||||
|
@ -874,7 +875,7 @@ p, li { white-space: pre-wrap; }
|
|||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Colour: </string>
|
||||
<string>Colour:</string>
|
||||
</property>
|
||||
<property name="alignment">
|
||||
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
||||
|
@ -1003,7 +1004,7 @@ p, li { white-space: pre-wrap; }
|
|||
<bool>false</bool>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>&Dot Size:</string>
|
||||
<string>Dot S&ize:</string>
|
||||
</property>
|
||||
<property name="alignment">
|
||||
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
||||
|
@ -1123,13 +1124,6 @@ p, li { white-space: pre-wrap; }
|
|||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
<tabstops>
|
||||
<tabstop>tabMain</tabstop>
|
||||
<tabstop>txtData</tabstop>
|
||||
<tabstop>chkComposite</tabstop>
|
||||
<tabstop>cmbCompType</tabstop>
|
||||
<tabstop>txtComposite</tabstop>
|
||||
</tabstops>
|
||||
<resources>
|
||||
<include location="resources.qrc"/>
|
||||
</resources>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue