Rev 23 | Blame | Last modification | View Log | RSS feed
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>TQtSettings</class>
<widget class="QDialog" name="TQtSettings">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>637</width>
<height>330</height>
</rect>
</property>
<property name="windowTitle">
<string>Settings</string>
</property>
<widget class="QDialogButtonBox" name="buttonBox">
<property name="geometry">
<rect>
<x>20</x>
<y>290</y>
<width>411</width>
<height>32</height>
</rect>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="standardButtons">
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
</property>
</widget>
<widget class="QLabel" name="label_logLevel">
<property name="geometry">
<rect>
<x>10</x>
<y>20</y>
<width>121</width>
<height>22</height>
</rect>
</property>
<property name="text">
<string>Log level</string>
</property>
</widget>
<widget class="QLabel" name="label_projectPath">
<property name="geometry">
<rect>
<x>10</x>
<y>60</y>
<width>121</width>
<height>22</height>
</rect>
</property>
<property name="text">
<string>Project path</string>
</property>
</widget>
<widget class="QLabel" name="label_Controller">
<property name="geometry">
<rect>
<x>10</x>
<y>100</y>
<width>121</width>
<height>22</height>
</rect>
</property>
<property name="text">
<string>Controller</string>
</property>
</widget>
<widget class="QLabel" name="label_Port">
<property name="geometry">
<rect>
<x>10</x>
<y>140</y>
<width>121</width>
<height>22</height>
</rect>
</property>
<property name="text">
<string>Network port</string>
</property>
</widget>
<widget class="QLabel" name="label_Channel">
<property name="geometry">
<rect>
<x>10</x>
<y>180</y>
<width>120</width>
<height>22</height>
</rect>
</property>
<property name="text">
<string>Channel number</string>
</property>
</widget>
<widget class="QLabel" name="label_PType">
<property name="geometry">
<rect>
<x>10</x>
<y>220</y>
<width>111</width>
<height>22</height>
</rect>
</property>
<property name="text">
<string>Panel type</string>
</property>
</widget>
<widget class="QComboBox" name="comboBox_logLevel">
<property name="geometry">
<rect>
<x>140</x>
<y>10</y>
<width>201</width>
<height>36</height>
</rect>
</property>
<item>
<property name="text">
<string>No log</string>
</property>
</item>
<item>
<property name="text">
<string>Informations</string>
</property>
</item>
<item>
<property name="text">
<string>Warnings</string>
</property>
</item>
<item>
<property name="text">
<string>Errors</string>
</property>
</item>
<item>
<property name="text">
<string>Tracing</string>
</property>
</item>
<item>
<property name="text">
<string>Debugging</string>
</property>
</item>
<item>
<property name="text">
<string>Protocol</string>
</property>
</item>
<item>
<property name="text">
<string>All</string>
</property>
</item>
</widget>
<widget class="QCheckBox" name="checkBox_Format">
<property name="geometry">
<rect>
<x>350</x>
<y>20</y>
<width>181</width>
<height>26</height>
</rect>
</property>
<property name="text">
<string>Long format</string>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_projectPath">
<property name="geometry">
<rect>
<x>140</x>
<y>50</y>
<width>420</width>
<height>36</height>
</rect>
</property>
</widget>
<widget class="QToolButton" name="kiconbutton_projectPath">
<property name="geometry">
<rect>
<x>570</x>
<y>50</y>
<width>44</width>
<height>38</height>
</rect>
</property>
<property name="icon">
<iconset resource="tpanel.qrc">
<normaloff>:/images/fileopen.png</normaloff>:/images/fileopen.png</iconset>
</property>
<property name="iconSize">
<size>
<width>32</width>
<height>32</height>
</size>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_Controller">
<property name="geometry">
<rect>
<x>140</x>
<y>90</y>
<width>311</width>
<height>36</height>
</rect>
</property>
</widget>
<widget class="QSpinBox" name="spinBox_Port">
<property name="geometry">
<rect>
<x>140</x>
<y>130</y>
<width>141</width>
<height>36</height>
</rect>
</property>
<property name="minimum">
<number>1024</number>
</property>
<property name="maximum">
<number>32767</number>
</property>
<property name="value">
<number>1397</number>
</property>
</widget>
<widget class="QSpinBox" name="spinBox_Channel">
<property name="geometry">
<rect>
<x>140</x>
<y>170</y>
<width>141</width>
<height>36</height>
</rect>
</property>
<property name="minimum">
<number>10001</number>
</property>
<property name="maximum">
<number>10999</number>
</property>
<property name="value">
<number>10001</number>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_PType">
<property name="geometry">
<rect>
<x>140</x>
<y>210</y>
<width>141</width>
<height>36</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label_PType_2">
<property name="geometry">
<rect>
<x>10</x>
<y>250</y>
<width>111</width>
<height>22</height>
</rect>
</property>
<property name="text">
<string>Scaling</string>
</property>
</widget>
<widget class="QCheckBox" name="checkBox_Scale">
<property name="geometry">
<rect>
<x>140</x>
<y>250</y>
<width>141</width>
<height>28</height>
</rect>
</property>
<property name="text">
<string>Scale to fit</string>
</property>
</widget>
</widget>
<resources>
<include location="tpanel.qrc"/>
</resources>
<connections>
<connection>
<sender>buttonBox</sender>
<signal>accepted()</signal>
<receiver>TQtSettings</receiver>
<slot>accept()</slot>
<hints>
<hint type="sourcelabel">
<x>248</x>
<y>254</y>
</hint>
<hint type="destinationlabel">
<x>157</x>
<y>274</y>
</hint>
</hints>
</connection>
<connection>
<sender>buttonBox</sender>
<signal>rejected()</signal>
<receiver>TQtSettings</receiver>
<slot>reject()</slot>
<hints>
<hint type="sourcelabel">
<x>316</x>
<y>260</y>
</hint>
<hint type="destinationlabel">
<x>286</x>
<y>274</y>
</hint>
</hints>
</connection>
</connections>
</ui>