mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-29 22:35:27 -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
|
@ -24,7 +24,14 @@
|
|||
<item>
|
||||
<widget class="QLabel" name="label">
|
||||
<property name="text">
|
||||
<string>Data</string>
|
||||
<string>&Data</string>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Input data. Newlines (Line Feeds (0xA0))
|
||||
will be converted to spaces</string>
|
||||
</property>
|
||||
<property name="buddy">
|
||||
<cstring>txtDataInput</cstring>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
@ -46,14 +53,34 @@
|
|||
<item>
|
||||
<widget class="QPushButton" name="btnFromFile">
|
||||
<property name="text">
|
||||
<string>From File...</string>
|
||||
<string>&From File...</string>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Get input data from a file. Certain characters <br/>will be converted to escape sequences
|
||||
<table cellpadding="3">
|
||||
<tr><td>End of Transmission (0x04)</td><td>\E</td></tr>
|
||||
<tr><td>Bell (0x07)</td><td>\a</td></tr>
|
||||
<tr><td>Backspace (0x08)</td><td>\b</td></tr>
|
||||
<tr><td>Horizontal Tab (0x09)</td><td>\t</td></tr>
|
||||
<tr><td>Vertical Tab (0x0B)</td><td>\v</td></tr>
|
||||
<tr><td>Form Feed (0x0C)</td><td>\f</td></tr>
|
||||
<tr><td>Carriage Return (0x0D)</td><td>\r</td></tr>
|
||||
<tr><td>Escape (0x1B)</td><td>\e</td></tr>
|
||||
<tr><td>Group Selector (0x1D)</td><td>\G</td></tr>
|
||||
<tr><td>Record Selector (0x1E)</td><td>\R</td></tr>
|
||||
<tr><td>Backslash (0x5C)</td><td>\\</td></tr>
|
||||
</table>
|
||||
Note that newlines (Line Feed (0x0A)) are <br/>not included</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QPushButton" name="btnReset">
|
||||
<property name="text">
|
||||
<string>Reset</string>
|
||||
<string>&Reset</string>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Clear data window</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
@ -73,14 +100,20 @@
|
|||
<item>
|
||||
<widget class="QPushButton" name="btnOK">
|
||||
<property name="text">
|
||||
<string>OK</string>
|
||||
<string>&OK</string>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Close window and update input data</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QPushButton" name="btnCancel">
|
||||
<property name="text">
|
||||
<string>Cancel</string>
|
||||
<string>&Cancel</string>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Close window without updating input data</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue