| <?xml version="1.0" encoding="UTF-8"?> |
| <ui version="4.0"> |
| <class>SpreadsheetGui::DlgSettings</class> |
| <widget class="QWidget" name="SpreadsheetGui::DlgSettings"> |
| <property name="geometry"> |
| <rect> |
| <x>0</x> |
| <y>0</y> |
| <width>392</width> |
| <height>282</height> |
| </rect> |
| </property> |
| <property name="sizePolicy"> |
| <sizepolicy hsizetype="Minimum" vsizetype="Minimum"> |
| <horstretch>0</horstretch> |
| <verstretch>0</verstretch> |
| </sizepolicy> |
| </property> |
| <property name="windowTitle"> |
| <string>Spreadsheet</string> |
| </property> |
| <layout class="QGridLayout" name="gridLayout_2"> |
| <item row="1" column="0"> |
| <widget class="QGroupBox" name="groupBox1"> |
| <property name="title"> |
| <string>Display Settings</string> |
| </property> |
| <layout class="QGridLayout" name="gridLayout_3"> |
| <item row="1" column="0"> |
| <widget class="Gui::PrefCheckBox" name="checkBoxShowAlias"> |
| <property name="toolTip"> |
| <string>Uses the custom presentation to display cell string</string> |
| </property> |
| <property name="text"> |
| <string>Show alias in cell with format</string> |
| </property> |
| <property name="prefEntry" stdset="0"> |
| <cstring>showAliasName</cstring> |
| </property> |
| <property name="prefPath" stdset="0"> |
| <cstring>Mod/Spreadsheet</cstring> |
| </property> |
| </widget> |
| </item> |
| <item row="0" column="2"> |
| <widget class="Gui::PrefSpinBox" name="dZLSpinBox"> |
| <property name="toolTip"> |
| <string>Defines a default zoom level for table view from 60% to 160%</string> |
| </property> |
| <property name="suffix"> |
| <string>%</string> |
| </property> |
| <property name="minimum"> |
| <number>60</number> |
| </property> |
| <property name="maximum"> |
| <number>160</number> |
| </property> |
| <property name="singleStep"> |
| <number>10</number> |
| </property> |
| <property name="value"> |
| <number>100</number> |
| </property> |
| <property name="prefEntry" stdset="0"> |
| <cstring>DefaultZoomLevel</cstring> |
| </property> |
| <property name="prefPath" stdset="0"> |
| <cstring>Mod/Spreadsheet</cstring> |
| </property> |
| </widget> |
| </item> |
| <item row="0" column="0"> |
| <widget class="QLabel" name="dZLLabel"> |
| <property name="text"> |
| <string>Default zoom level</string> |
| </property> |
| </widget> |
| </item> |
| <item row="1" column="2"> |
| <widget class="Gui::PrefLineEdit" name="formatString"> |
| <property name="toolTip"> |
| <string>The format of the custom cell string presentation. |
| Defaults to: %V = %A |
|
|
| %A - alias name |
| %V - cell value</string> |
| </property> |
| <property name="text"> |
| <string notr="true">%V = %A</string> |
| </property> |
| <property name="prefEntry" stdset="0"> |
| <cstring>DisplayAliasFormatString</cstring> |
| </property> |
| <property name="prefPath" stdset="0"> |
| <cstring>Mod/Spreadsheet</cstring> |
| </property> |
| </widget> |
| </item> |
| <item row="1" column="1"> |
| <spacer name="horizontalSpacer1"> |
| <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> |
| </widget> |
| </item> |
| <item row="0" column="0"> |
| <widget class="QGroupBox" name="groupBox"> |
| <property name="title"> |
| <string>Import/Export Settings</string> |
| </property> |
| <layout class="QGridLayout" name="gridLayout"> |
| <item row="0" column="0"> |
| <widget class="QLabel" name="textLabel"> |
| <property name="sizePolicy"> |
| <sizepolicy hsizetype="Minimum" vsizetype="Preferred"> |
| <horstretch>0</horstretch> |
| <verstretch>0</verstretch> |
| </sizepolicy> |
| </property> |
| <property name="text"> |
| <string>Delimiter character</string> |
| </property> |
| </widget> |
| </item> |
| <item row="0" column="1"> |
| <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> |
| <item row="0" column="2"> |
| <widget class="Gui::PrefComboBox" name="delimiterComboBox"> |
| <property name="toolTip"> |
| <string><html><head/><body><p>Character to use as field delimiter. Default is tab, but also commonly used are commas (,) and semicolons (;). Select from the list or enter your own in the field. Must be a single character or the words <span style=" font-style:italic;">tab</span>, <span style=" font-style:italic;">comma</span>, or <span style=" font-style:italic;">semicolon</span>.</p></body></html></string> |
| </property> |
| <property name="editable"> |
| <bool>true</bool> |
| </property> |
| <property name="currentText"> |
| <string notr="true">tab</string> |
| </property> |
| <property name="prefEntry" stdset="0"> |
| <cstring>ImportExportDelimiter</cstring> |
| </property> |
| <property name="prefPath" stdset="0"> |
| <cstring>Mod/Spreadsheet</cstring> |
| </property> |
| <item> |
| <property name="text"> |
| <string>tab</string> |
| </property> |
| </item> |
| <item> |
| <property name="text"> |
| <string notr="true">;</string> |
| </property> |
| </item> |
| <item> |
| <property name="text"> |
| <string notr="true">,</string> |
| </property> |
| </item> |
| </widget> |
| </item> |
| <item row="1" column="0"> |
| <widget class="QLabel" name="textLabel2"> |
| <property name="sizePolicy"> |
| <sizepolicy hsizetype="Minimum" vsizetype="Preferred"> |
| <horstretch>0</horstretch> |
| <verstretch>0</verstretch> |
| </sizepolicy> |
| </property> |
| <property name="text"> |
| <string>Quote character</string> |
| </property> |
| </widget> |
| </item> |
| <item row="1" column="2"> |
| <widget class="Gui::PrefLineEdit" name="quoteCharLineEdit"> |
| <property name="toolTip"> |
| <string><html><head/><body><p>Character used to delimit strings, typically is single quote (') or double quote (&quot;). Must be a single character.</p></body></html></string> |
| </property> |
| <property name="whatsThis"> |
| <string/> |
| </property> |
| <property name="text"> |
| <string notr="true">"</string> |
| </property> |
| <property name="prefEntry" stdset="0"> |
| <cstring>ImportExportQuoteCharacter</cstring> |
| </property> |
| <property name="prefPath" stdset="0"> |
| <cstring>Mod/Spreadsheet</cstring> |
| </property> |
| </widget> |
| </item> |
| <item row="2" column="0"> |
| <widget class="QLabel" name="textLabel3"> |
| <property name="sizePolicy"> |
| <sizepolicy hsizetype="Minimum" vsizetype="Preferred"> |
| <horstretch>0</horstretch> |
| <verstretch>0</verstretch> |
| </sizepolicy> |
| </property> |
| <property name="text"> |
| <string>Escape character</string> |
| </property> |
| </widget> |
| </item> |
| <item row="2" column="2"> |
| <widget class="Gui::PrefLineEdit" name="escapeCharLineEdit"> |
| <property name="toolTip"> |
| <string><html><head/><body><p>Escape character, typically the backslash (\), used to indicate special unprintable characters, e.g. \t = tab. Must be a single character.</p></body></html></string> |
| </property> |
| <property name="text"> |
| <string notr="true">\</string> |
| </property> |
| <property name="prefEntry" stdset="0"> |
| <cstring>ImportExportEscapeCharacter</cstring> |
| </property> |
| <property name="prefPath" stdset="0"> |
| <cstring>Mod/Spreadsheet</cstring> |
| </property> |
| </widget> |
| </item> |
| </layout> |
| </widget> |
| </item> |
| <item row="2" column="0"> |
| <spacer name="verticalSpacer"> |
| <property name="orientation"> |
| <enum>Qt::Vertical</enum> |
| </property> |
| <property name="sizeHint" stdset="0"> |
| <size> |
| <width>20</width> |
| <height>20</height> |
| </size> |
| </property> |
| </spacer> |
| </item> |
| </layout> |
| </widget> |
| <layoutdefault spacing="6" margin="11"/> |
| <customwidgets> |
| <customwidget> |
| <class>Gui::PrefCheckBox</class> |
| <extends>QCheckBox</extends> |
| <header>Gui/PrefWidgets.h</header> |
| </customwidget> |
| <customwidget> |
| <class>Gui::PrefComboBox</class> |
| <extends>QComboBox</extends> |
| <header>Gui/PrefWidgets.h</header> |
| </customwidget> |
| <customwidget> |
| <class>Gui::PrefSpinBox</class> |
| <extends>QSpinBox</extends> |
| <header>Gui/PrefWidgets.h</header> |
| </customwidget> |
| <customwidget> |
| <class>Gui::PrefLineEdit</class> |
| <extends>QLineEdit</extends> |
| <header>Gui/PrefWidgets.h</header> |
| </customwidget> |
| </customwidgets> |
| <tabstops> |
| <tabstop>delimiterComboBox</tabstop> |
| <tabstop>quoteCharLineEdit</tabstop> |
| <tabstop>escapeCharLineEdit</tabstop> |
| <tabstop>dZLSpinBox</tabstop> |
| <tabstop>checkBoxShowAlias</tabstop> |
| <tabstop>formatString</tabstop> |
| </tabstops> |
| <resources/> |
| <connections/> |
| </ui> |
|
|