You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>PLC</class>
- <widget class="QWidget" name="PLC">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>974</width>
- <height>536</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>Form</string>
- </property>
- <widget class="QListWidget" name="listWidget">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>30</y>
- <width>171</width>
- <height>401</height>
- </rect>
- </property>
- </widget>
- <widget class="MyGraphicsView" name="graphicsView">
- <property name="geometry">
- <rect>
- <x>200</x>
- <y>30</y>
- <width>761</width>
- <height>401</height>
- </rect>
- </property>
- <property name="dragMode">
- <enum>QGraphicsView::NoDrag</enum>
- </property>
- </widget>
- <widget class="QPushButton" name="btn_insert">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>0</y>
- <width>93</width>
- <height>28</height>
- </rect>
- </property>
- <property name="text">
- <string>插入</string>
- </property>
- </widget>
- <widget class="QTextEdit" name="textEdit">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>440</y>
- <width>951</width>
- <height>87</height>
- </rect>
- </property>
- </widget>
- </widget>
- <customwidgets>
- <customwidget>
- <class>MyGraphicsView</class>
- <extends>QGraphicsView</extends>
- <header>mygraphicsview.h</header>
- </customwidget>
- </customwidgets>
- <resources/>
- <connections/>
- </ui>
|