123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>DialogBlockProperty</class>
- <widget class="QDialog" name="DialogBlockProperty">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>538</width>
- <height>391</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>Property Sheets</string>
- </property>
- <widget class="QTabWidget" name="tabSettings">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>60</y>
- <width>520</width>
- <height>261</height>
- </rect>
- </property>
- <property name="currentIndex">
- <number>0</number>
- </property>
- <widget class="QWidget" name="tabMap">
- <attribute name="title">
- <string>Diagram</string>
- </attribute>
- <widget class="QGraphicsView" name="viewBlockProperty">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>11</y>
- <width>491</width>
- <height>211</height>
- </rect>
- </property>
- <property name="frameShape">
- <enum>QFrame::Box</enum>
- </property>
- <property name="frameShadow">
- <enum>QFrame::Plain</enum>
- </property>
- <property name="lineWidth">
- <number>1</number>
- </property>
- </widget>
- </widget>
- <widget class="QWidget" name="tabInfo">
- <attribute name="title">
- <string>Information</string>
- </attribute>
- <widget class="QTextEdit" name="editInfo">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>10</y>
- <width>491</width>
- <height>211</height>
- </rect>
- </property>
- </widget>
- </widget>
- <widget class="QWidget" name="tab">
- <attribute name="title">
- <string>Parameters</string>
- </attribute>
- <widget class="QGroupBox" name="groupBox_2">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>70</y>
- <width>241</width>
- <height>151</height>
- </rect>
- </property>
- <property name="title">
- <string>Parameters</string>
- </property>
- <widget class="QLineEdit" name="editName">
- <property name="geometry">
- <rect>
- <x>80</x>
- <y>40</y>
- <width>141</width>
- <height>31</height>
- </rect>
- </property>
- </widget>
- <widget class="QLabel" name="label_7">
- <property name="enabled">
- <bool>false</bool>
- </property>
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>40</y>
- <width>61</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>名称:</string>
- </property>
- <property name="alignment">
- <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
- </property>
- </widget>
- <widget class="QLabel" name="label_8">
- <property name="enabled">
- <bool>false</bool>
- </property>
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>90</y>
- <width>61</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>序号:</string>
- </property>
- <property name="alignment">
- <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
- </property>
- </widget>
- <widget class="QComboBox" name="comboIndex">
- <property name="geometry">
- <rect>
- <x>80</x>
- <y>100</y>
- <width>141</width>
- <height>22</height>
- </rect>
- </property>
- </widget>
- </widget>
- <widget class="QCheckBox" name="checkEnableTool">
- <property name="geometry">
- <rect>
- <x>30</x>
- <y>30</y>
- <width>121</width>
- <height>20</height>
- </rect>
- </property>
- <property name="text">
- <string>启用工具</string>
- </property>
- </widget>
- <widget class="QGroupBox" name="groupBox">
- <property name="geometry">
- <rect>
- <x>260</x>
- <y>10</y>
- <width>241</width>
- <height>211</height>
- </rect>
- </property>
- <property name="title">
- <string>Times</string>
- </property>
- <widget class="QLabel" name="label">
- <property name="enabled">
- <bool>true</bool>
- </property>
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>60</y>
- <width>81</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>入口延时:</string>
- </property>
- <property name="alignment">
- <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
- </property>
- </widget>
- <widget class="QLabel" name="label_4">
- <property name="enabled">
- <bool>true</bool>
- </property>
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>150</y>
- <width>81</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>出口延时:</string>
- </property>
- <property name="alignment">
- <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
- </property>
- </widget>
- <widget class="QLineEdit" name="editBeforeDelay">
- <property name="geometry">
- <rect>
- <x>90</x>
- <y>60</y>
- <width>91</width>
- <height>31</height>
- </rect>
- </property>
- </widget>
- <widget class="QLineEdit" name="editAfterDelay">
- <property name="geometry">
- <rect>
- <x>90</x>
- <y>150</y>
- <width>91</width>
- <height>31</height>
- </rect>
- </property>
- </widget>
- <widget class="QLabel" name="label_5">
- <property name="enabled">
- <bool>true</bool>
- </property>
- <property name="geometry">
- <rect>
- <x>190</x>
- <y>60</y>
- <width>31</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>ms</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_6">
- <property name="enabled">
- <bool>true</bool>
- </property>
- <property name="geometry">
- <rect>
- <x>190</x>
- <y>150</y>
- <width>31</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>ms</string>
- </property>
- </widget>
- </widget>
- </widget>
- </widget>
- <widget class="QPushButton" name="cancelButton">
- <property name="geometry">
- <rect>
- <x>400</x>
- <y>340</y>
- <width>91</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>Cancel</string>
- </property>
- </widget>
- <widget class="QPushButton" name="okButton">
- <property name="geometry">
- <rect>
- <x>280</x>
- <y>340</y>
- <width>91</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>OK</string>
- </property>
- <property name="default">
- <bool>true</bool>
- </property>
- </widget>
- <widget class="QLabel" name="labelTitle">
- <property name="enabled">
- <bool>false</bool>
- </property>
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>541</width>
- <height>51</height>
- </rect>
- </property>
- <property name="text">
- <string>功能块属性</string>
- </property>
- </widget>
- </widget>
- <layoutdefault spacing="6" margin="11"/>
- <resources/>
- <connections/>
- </ui>
|