📄 dataconvertor.ui
字号:
<ui version="4.0" > <class>DataConvertor</class> <widget class="QWidget" name="DataConvertor" > <property name="windowModality" > <enum>Qt::NonModal</enum> </property> <property name="geometry" > <rect> <x>0</x> <y>0</y> <width>562</width> <height>236</height> </rect> </property> <property name="sizePolicy" > <sizepolicy vsizetype="Fixed" hsizetype="Fixed" > <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="windowTitle" > <string>Data Convertor</string> </property> <widget class="QWidget" name="layoutWidget" > <property name="geometry" > <rect> <x>30</x> <y>22</y> <width>507</width> <height>199</height> </rect> </property> <layout class="QVBoxLayout" name="verticalLayout_3" > <item> <layout class="QVBoxLayout" name="verticalLayout_2" > <item> <layout class="QHBoxLayout" name="horizontalLayout" > <item> <widget class="QLabel" name="inputFileName1" > <property name="text" > <string> Input File:</string> </property> <property name="buddy" > <cstring>inputFileNameComboBox</cstring> </property> </widget> </item> <item> <widget class="QComboBox" name="inputFileNameComboBox" > <property name="minimumSize" > <size> <width>330</width> <height>0</height> </size> </property> </widget> </item> <item> <widget class="QPushButton" name="inputFileBrowseButton" > <property name="sizePolicy" > <sizepolicy vsizetype="Fixed" hsizetype="Fixed" > <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize" > <size> <width>75</width> <height>0</height> </size> </property> <property name="text" > <string>&Browse...</string> </property> </widget> </item> </layout> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout_2" > <item> <widget class="QLabel" name="outputFileName1" > <property name="text" > <string>Output Address:</string> </property> <property name="buddy" > <cstring>outputFileDirectoryComboBox</cstring> </property> </widget> </item> <item> <widget class="QComboBox" name="outputFileDirectoryComboBox" > <property name="minimumSize" > <size> <width>330</width> <height>0</height> </size> </property> </widget> </item> <item> <widget class="QPushButton" name="outputFileBrowseButton" > <property name="sizePolicy" > <sizepolicy vsizetype="Fixed" hsizetype="Fixed" > <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize" > <size> <width>75</width> <height>0</height> </size> </property> <property name="text" > <string>B&rowse...</string> </property> </widget> </item> </layout> </item> </layout> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout_4" > <item> <widget class="QGroupBox" name="inOutgroupBox" > <property name="title" > <string>Input/Output Options</string> </property> <layout class="QVBoxLayout" name="verticalLayout" > <item> <widget class="QRadioButton" name="fourInFourOut" > <property name="text" > <string>Four time points, output four time points</string> </property> </widget> </item> <item> <widget class="QRadioButton" name="fourInThreeOut" > <property name="text" > <string>Four time points, but only output three time point</string> </property> </widget> </item> <item> <widget class="QRadioButton" name="threeInThreeOut" > <property name="text" > <string>Three time points, output three time points</string> </property> </widget> </item> </layout> </widget> </item> <item> <widget class="QGroupBox" name="groupBox_2" > <property name="title" > <string>Data Settings:</string> </property> <layout class="QFormLayout" name="formLayout" > <item row="0" column="0" > <widget class="QCheckBox" name="cloudCheckBox" > <property name="text" > <string>Trim cloud, make it between 0~10</string> </property> </widget> </item> <item row="1" column="0" > <widget class="QCheckBox" name="windSpeedCheckBox" > <property name="text" > <string>Divide windspeed by 10</string> </property> </widget> </item> </layout> </widget> </item> </layout> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout_3" > <item> <widget class="QPushButton" name="okButton" > <property name="sizePolicy" > <sizepolicy vsizetype="Fixed" hsizetype="Fixed" > <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="text" > <string>&OK</string> </property> </widget> </item> <item> <widget class="QPushButton" name="cancelButton" > <property name="sizePolicy" > <sizepolicy vsizetype="Fixed" hsizetype="Fixed" > <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="text" > <string>&Cancel</string> </property> </widget> </item> <item> <widget class="QPushButton" name="aboutButton" > <property name="sizePolicy" > <sizepolicy vsizetype="Fixed" hsizetype="Fixed" > <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="text" > <string>&About...</string> </property> </widget> </item> </layout> </item> </layout> </widget> </widget> <tabstops> <tabstop>inputFileNameComboBox</tabstop> <tabstop>inputFileBrowseButton</tabstop> <tabstop>outputFileDirectoryComboBox</tabstop> <tabstop>outputFileBrowseButton</tabstop> <tabstop>fourInFourOut</tabstop> <tabstop>fourInThreeOut</tabstop> <tabstop>threeInThreeOut</tabstop> <tabstop>cloudCheckBox</tabstop> <tabstop>windSpeedCheckBox</tabstop> <tabstop>okButton</tabstop> <tabstop>cancelButton</tabstop> <tabstop>aboutButton</tabstop> </tabstops> <resources/> <connections> <connection> <sender>cancelButton</sender> <signal>clicked()</signal> <receiver>DataConvertor</receiver> <slot>close()</slot> <hints> <hint type="sourcelabel" > <x>427</x> <y>210</y> </hint> <hint type="destinationlabel" > <x>494</x> <y>206</y> </hint> </hints> </connection> </connections></ui>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -