| | <?xml version="1.0" encoding="UTF-8"?> |
| | <ui version="4.0"> |
| | <class>Sheet</class> |
| | <widget class="QWidget" name="Sheet"> |
| | <property name="geometry"> |
| | <rect> |
| | <x>0</x> |
| | <y>0</y> |
| | <width>727</width> |
| | <height>596</height> |
| | </rect> |
| | </property> |
| | <property name="windowTitle"> |
| | <string notr="true">Form</string> |
| | </property> |
| | <layout class="QVBoxLayout" name="verticalLayout"> |
| | <item> |
| | <layout class="QGridLayout" name="gridLayout" columnstretch="0,3,0,1"> |
| | <item row="0" column="0"> |
| | <widget class="QLabel" name="label"> |
| | <property name="text"> |
| | <string>&Content</string> |
| | </property> |
| | <property name="buddy"> |
| | <cstring>cellContent</cstring> |
| | </property> |
| | </widget> |
| | </item> |
| | <item row="0" column="1"> |
| | <widget class="Gui::ExpressionLineEdit" name="cellContent"> |
| | <property name="enabled"> |
| | <bool>false</bool> |
| | </property> |
| | </widget> |
| | </item> |
| | <item row="0" column="2"> |
| | <widget class="QLabel" name="alias_label"> |
| | <property name="text"> |
| | <string>&Alias</string> |
| | </property> |
| | <property name="buddy"> |
| | <cstring>cellAlias</cstring> |
| | </property> |
| | </widget> |
| | </item> |
| | <item row="0" column="3"> |
| | <widget class="Gui::ExpressionLineEdit" name="cellAlias"> |
| | <property name="enabled"> |
| | <bool>false</bool> |
| | </property> |
| | <property name="toolTip"> |
| | <string>Refer to cell by alias, for example |
| | Spreadsheet.my_alias_name instead of Spreadsheet.B1</string> |
| | </property> |
| | </widget> |
| | </item> |
| | </layout> |
| | </item> |
| | <item> |
| | <layout class="QHBoxLayout" name="horizontalLayout_2"> |
| | <item> |
| | <widget class="SpreadsheetGui::SheetTableView" name="cells"/> |
| | </item> |
| | <item> |
| | <widget class="QScrollBar" name="realSB_v"> |
| | <property name="sizePolicy"> |
| | <sizepolicy hsizetype="Fixed" vsizetype="Expanding"> |
| | <horstretch>0</horstretch> |
| | <verstretch>0</verstretch> |
| | </sizepolicy> |
| | </property> |
| | <property name="singleStep"> |
| | <number>5</number> |
| | </property> |
| | <property name="pageStep"> |
| | <number>20</number> |
| | </property> |
| | <property name="orientation"> |
| | <enum>Qt::Vertical</enum> |
| | </property> |
| | </widget> |
| | </item> |
| | </layout> |
| | </item> |
| | <item> |
| | <layout class="QHBoxLayout" name="horizontalLayout"> |
| | <item> |
| | <widget class="QScrollBar" name="realSB_h"> |
| | <property name="sizePolicy"> |
| | <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
| | <horstretch>0</horstretch> |
| | <verstretch>0</verstretch> |
| | </sizepolicy> |
| | </property> |
| | <property name="singleStep"> |
| | <number>5</number> |
| | </property> |
| | <property name="pageStep"> |
| | <number>20</number> |
| | </property> |
| | <property name="orientation"> |
| | <enum>Qt::Horizontal</enum> |
| | </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> |
| | <item> |
| | <widget class="QToolButton" name="zoomTB"> |
| | <property name="sizePolicy"> |
| | <sizepolicy hsizetype="Minimum" vsizetype="Fixed"> |
| | <horstretch>0</horstretch> |
| | <verstretch>0</verstretch> |
| | </sizepolicy> |
| | </property> |
| | <property name="focusPolicy"> |
| | <enum>Qt::NoFocus</enum> |
| | </property> |
| | <property name="text"> |
| | <string>Zoom</string> |
| | </property> |
| | <property name="toolButtonStyle"> |
| | <enum>Qt::ToolButtonTextOnly</enum> |
| | </property> |
| | <property name="autoRaise"> |
| | <bool>true</bool> |
| | </property> |
| | </widget> |
| | </item> |
| | <item> |
| | <widget class="QToolButton" name="zoomMinus"> |
| | <property name="focusPolicy"> |
| | <enum>Qt::ClickFocus</enum> |
| | </property> |
| | <property name="text"> |
| | <string>-</string> |
| | </property> |
| | <property name="toolButtonStyle"> |
| | <enum>Qt::ToolButtonTextOnly</enum> |
| | </property> |
| | <property name="autoRaise"> |
| | <bool>true</bool> |
| | </property> |
| | </widget> |
| | </item> |
| | <item> |
| | <widget class="QSlider" name="zoomSlider"> |
| | <property name="sizePolicy"> |
| | <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed"> |
| | <horstretch>0</horstretch> |
| | <verstretch>0</verstretch> |
| | </sizepolicy> |
| | </property> |
| | <property name="focusPolicy"> |
| | <enum>Qt::ClickFocus</enum> |
| | </property> |
| | <property name="minimum"> |
| | <number>60</number> |
| | </property> |
| | <property name="maximum"> |
| | <number>160</number> |
| | </property> |
| | <property name="singleStep"> |
| | <number>10</number> |
| | </property> |
| | <property name="pageStep"> |
| | <number>20</number> |
| | </property> |
| | <property name="orientation"> |
| | <enum>Qt::Horizontal</enum> |
| | </property> |
| | <property name="tickPosition"> |
| | <enum>QSlider::TicksBelow</enum> |
| | </property> |
| | <property name="tickInterval"> |
| | <number>10</number> |
| | </property> |
| | </widget> |
| | </item> |
| | <item> |
| | <widget class="QToolButton" name="zoomPlus"> |
| | <property name="focusPolicy"> |
| | <enum>Qt::ClickFocus</enum> |
| | </property> |
| | <property name="text"> |
| | <string>+</string> |
| | </property> |
| | <property name="toolButtonStyle"> |
| | <enum>Qt::ToolButtonTextOnly</enum> |
| | </property> |
| | <property name="autoRaise"> |
| | <bool>true</bool> |
| | </property> |
| | </widget> |
| | </item> |
| | </layout> |
| | </item> |
| | </layout> |
| | </widget> |
| | <customwidgets> |
| | <customwidget> |
| | <class>SpreadsheetGui::SheetTableView</class> |
| | <extends>QTableView</extends> |
| | <header>SheetTableView.h</header> |
| | </customwidget> |
| | <customwidget> |
| | <class>Gui::ExpressionLineEdit</class> |
| | <extends>QLineEdit</extends> |
| | <header location="global">Gui/ExpressionCompleter.h</header> |
| | </customwidget> |
| | </customwidgets> |
| | <tabstops> |
| | <tabstop>cells</tabstop> |
| | <tabstop>cellContent</tabstop> |
| | <tabstop>cellAlias</tabstop> |
| | </tabstops> |
| | <resources/> |
| | <connections/> |
| | </ui> |
| |
|