You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
159 lines
4.1 KiB
Plaintext
159 lines
4.1 KiB
Plaintext
1 month ago
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<ui version="4.0">
|
||
|
<class>SphereInfoWidget</class>
|
||
|
<widget class="QWidget" name="SphereInfoWidget">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>0</x>
|
||
|
<y>0</y>
|
||
|
<width>399</width>
|
||
|
<height>606</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="windowTitle">
|
||
|
<string>Form</string>
|
||
|
</property>
|
||
|
<layout class="QGridLayout" name="gridLayout_3">
|
||
|
<item row="0" column="0">
|
||
|
<widget class="QLabel" name="label_Name">
|
||
|
<property name="text">
|
||
|
<string>Name:</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="0" column="1" colspan="3">
|
||
|
<widget class="QLineEdit" name="lineEdit_Name"/>
|
||
|
</item>
|
||
|
<item row="1" column="0" colspan="4">
|
||
|
<widget class="QGroupBox" name="groupBox_CenterPoint">
|
||
|
<property name="maximumSize">
|
||
|
<size>
|
||
|
<width>16777215</width>
|
||
|
<height>75</height>
|
||
|
</size>
|
||
|
</property>
|
||
|
<property name="title">
|
||
|
<string>Center Point:</string>
|
||
|
</property>
|
||
|
<layout class="QGridLayout" name="gridLayout">
|
||
|
<item row="0" column="0">
|
||
|
<widget class="QLineEdit" name="lineEdit_CenterPoint1">
|
||
|
<property name="text">
|
||
|
<string>0</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="0" column="1">
|
||
|
<widget class="QLineEdit" name="lineEdit_CenterPoint2">
|
||
|
<property name="text">
|
||
|
<string>0</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="0" column="2">
|
||
|
<widget class="QLineEdit" name="lineEdit_CenterPoint3">
|
||
|
<property name="text">
|
||
|
<string>0</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="0" column="3">
|
||
|
<widget class="QPushButton" name="pushButton_CenterPoint">
|
||
|
<property name="maximumSize">
|
||
|
<size>
|
||
|
<width>30</width>
|
||
|
<height>30</height>
|
||
|
</size>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string/>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="2" column="0" colspan="4">
|
||
|
<widget class="QGroupBox" name="groupBox_Radius">
|
||
|
<property name="maximumSize">
|
||
|
<size>
|
||
|
<width>16777215</width>
|
||
|
<height>75</height>
|
||
|
</size>
|
||
|
</property>
|
||
|
<property name="title">
|
||
|
<string>Radius</string>
|
||
|
</property>
|
||
|
<layout class="QGridLayout" name="gridLayout_2">
|
||
|
<item row="0" column="0">
|
||
|
<widget class="QLineEdit" name="lineEdit_Radius">
|
||
|
<property name="text">
|
||
|
<string>5</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="0" column="1">
|
||
|
<spacer name="horizontalSpacer">
|
||
|
<property name="orientation">
|
||
|
<enum>Qt::Horizontal</enum>
|
||
|
</property>
|
||
|
<property name="sizeHint" stdset="0">
|
||
|
<size>
|
||
|
<width>11</width>
|
||
|
<height>20</height>
|
||
|
</size>
|
||
|
</property>
|
||
|
</spacer>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="3" column="0" colspan="2">
|
||
|
<widget class="QPushButton" name="pushButton_Cancel">
|
||
|
<property name="text">
|
||
|
<string>Cancel</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="3" column="2">
|
||
|
<spacer name="horizontalSpacer_2">
|
||
|
<property name="orientation">
|
||
|
<enum>Qt::Horizontal</enum>
|
||
|
</property>
|
||
|
<property name="sizeHint" stdset="0">
|
||
|
<size>
|
||
|
<width>227</width>
|
||
|
<height>20</height>
|
||
|
</size>
|
||
|
</property>
|
||
|
</spacer>
|
||
|
</item>
|
||
|
<item row="3" column="3">
|
||
|
<widget class="QPushButton" name="pushButton_CreateOrEdit">
|
||
|
<property name="text">
|
||
|
<string/>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="4" column="0" colspan="4">
|
||
|
<layout class="QVBoxLayout" name="verticalLayout_FaceGroup"/>
|
||
|
</item>
|
||
|
<item row="5" column="2">
|
||
|
<spacer name="verticalSpacer">
|
||
|
<property name="orientation">
|
||
|
<enum>Qt::Vertical</enum>
|
||
|
</property>
|
||
|
<property name="sizeHint" stdset="0">
|
||
|
<size>
|
||
|
<width>20</width>
|
||
|
<height>219</height>
|
||
|
</size>
|
||
|
</property>
|
||
|
</spacer>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</widget>
|
||
|
<resources/>
|
||
|
<connections/>
|
||
|
</ui>
|