487 lines
13 KiB
XML
487 lines
13 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>Dialog</class>
|
|
<widget class="QDialog" name="Dialog">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>422</width>
|
|
<height>470</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>Dialog</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
|
<item>
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
<item>
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
<item>
|
|
<widget class="QLabel" name="label">
|
|
<property name="text">
|
|
<string>Material</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QComboBox" name="comboBox">
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>0</width>
|
|
<height>0</height>
|
|
</size>
|
|
</property>
|
|
<item>
|
|
<property name="text">
|
|
<string>Steel</string>
|
|
</property>
|
|
<property name="icon">
|
|
<iconset theme="gnome-dev-removable"/>
|
|
</property>
|
|
</item>
|
|
<item>
|
|
<property name="text">
|
|
<string>Wood</string>
|
|
</property>
|
|
</item>
|
|
<item>
|
|
<property name="text">
|
|
<string>Brick</string>
|
|
</property>
|
|
</item>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<spacer name="horizontalSpacer">
|
|
<property name="orientation">
|
|
<enum>Qt::Horizontal</enum>
|
|
</property>
|
|
<property name="sizeHint" stdset="0">
|
|
<size>
|
|
<width>40</width>
|
|
<height>20</height>
|
|
</size>
|
|
</property>
|
|
</spacer>
|
|
</item>
|
|
<item>
|
|
<widget class="QPushButton" name="pushButton_2">
|
|
<property name="text">
|
|
<string>Delete</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QPushButton" name="pushButton">
|
|
<property name="text">
|
|
<string>Import...</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QPushButton" name="pushButton_5">
|
|
<property name="text">
|
|
<string>Export...</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item>
|
|
<layout class="QHBoxLayout" name="horizontalLayout_3">
|
|
<item>
|
|
<widget class="QTreeWidget" name="treeWidget">
|
|
<property name="wordWrap">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="columnCount">
|
|
<number>2</number>
|
|
</property>
|
|
<attribute name="headerVisible">
|
|
<bool>true</bool>
|
|
</attribute>
|
|
<attribute name="headerDefaultSectionSize">
|
|
<number>150</number>
|
|
</attribute>
|
|
<attribute name="headerStretchLastSection">
|
|
<bool>true</bool>
|
|
</attribute>
|
|
<column>
|
|
<property name="text">
|
|
<string>Property</string>
|
|
</property>
|
|
</column>
|
|
<column>
|
|
<property name="text">
|
|
<string>Value</string>
|
|
</property>
|
|
</column>
|
|
<item>
|
|
<property name="text">
|
|
<string>General</string>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<weight>75</weight>
|
|
<italic>false</italic>
|
|
<bold>true</bold>
|
|
</font>
|
|
</property>
|
|
<property name="background">
|
|
<brush brushstyle="NoBrush">
|
|
<color alpha="255">
|
|
<red>200</red>
|
|
<green>200</green>
|
|
<blue>200</blue>
|
|
</color>
|
|
</brush>
|
|
</property>
|
|
<property name="text">
|
|
<string/>
|
|
</property>
|
|
<property name="background">
|
|
<brush brushstyle="NoBrush">
|
|
<color alpha="255">
|
|
<red>200</red>
|
|
<green>200</green>
|
|
<blue>200</blue>
|
|
</color>
|
|
</brush>
|
|
</property>
|
|
<item>
|
|
<property name="text">
|
|
<string>Name</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>Steel</string>
|
|
</property>
|
|
</item>
|
|
<item>
|
|
<property name="text">
|
|
<string>Description</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>A long description of this steel material and its milagrous properties</string>
|
|
</property>
|
|
<property name="flags">
|
|
<set>ItemIsSelectable|ItemIsEditable|ItemIsDragEnabled|ItemIsUserCheckable|ItemIsEnabled</set>
|
|
</property>
|
|
</item>
|
|
</item>
|
|
<item>
|
|
<property name="text">
|
|
<string>Mechanical</string>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<weight>75</weight>
|
|
<bold>true</bold>
|
|
</font>
|
|
</property>
|
|
<property name="background">
|
|
<brush brushstyle="NoBrush">
|
|
<color alpha="255">
|
|
<red>200</red>
|
|
<green>200</green>
|
|
<blue>200</blue>
|
|
</color>
|
|
</brush>
|
|
</property>
|
|
<property name="text">
|
|
<string/>
|
|
</property>
|
|
<property name="background">
|
|
<brush brushstyle="NoBrush">
|
|
<color alpha="255">
|
|
<red>200</red>
|
|
<green>200</green>
|
|
<blue>200</blue>
|
|
</color>
|
|
</brush>
|
|
</property>
|
|
<item>
|
|
<property name="text">
|
|
<string>Young Module</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>0.00001</string>
|
|
</property>
|
|
</item>
|
|
</item>
|
|
<item>
|
|
<property name="text">
|
|
<string>Architectural</string>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<weight>75</weight>
|
|
<bold>true</bold>
|
|
</font>
|
|
</property>
|
|
<property name="background">
|
|
<brush brushstyle="NoBrush">
|
|
<color alpha="255">
|
|
<red>200</red>
|
|
<green>200</green>
|
|
<blue>200</blue>
|
|
</color>
|
|
</brush>
|
|
</property>
|
|
<property name="text">
|
|
<string/>
|
|
</property>
|
|
<property name="background">
|
|
<brush brushstyle="NoBrush">
|
|
<color alpha="255">
|
|
<red>200</red>
|
|
<green>200</green>
|
|
<blue>200</blue>
|
|
</color>
|
|
</brush>
|
|
</property>
|
|
<item>
|
|
<property name="text">
|
|
<string>Vendor</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>Steel Prod. Co. Inc. Ltd. Pty.</string>
|
|
</property>
|
|
</item>
|
|
<item>
|
|
<property name="text">
|
|
<string>Product URL</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>http://www.steel.com/steel1234</string>
|
|
</property>
|
|
</item>
|
|
<item>
|
|
<property name="text">
|
|
<string>Other Property</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>Some absurd value</string>
|
|
</property>
|
|
</item>
|
|
</item>
|
|
<item>
|
|
<property name="text">
|
|
<string>Rendering</string>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<weight>75</weight>
|
|
<bold>true</bold>
|
|
</font>
|
|
</property>
|
|
<property name="background">
|
|
<brush brushstyle="NoBrush">
|
|
<color alpha="255">
|
|
<red>200</red>
|
|
<green>200</green>
|
|
<blue>200</blue>
|
|
</color>
|
|
</brush>
|
|
</property>
|
|
<property name="text">
|
|
<string/>
|
|
</property>
|
|
<property name="background">
|
|
<brush brushstyle="NoBrush">
|
|
<color alpha="255">
|
|
<red>200</red>
|
|
<green>200</green>
|
|
<blue>200</blue>
|
|
</color>
|
|
</brush>
|
|
</property>
|
|
<property name="foreground">
|
|
<brush brushstyle="SolidPattern">
|
|
<color alpha="255">
|
|
<red>123</red>
|
|
<green>123</green>
|
|
<blue>123</blue>
|
|
</color>
|
|
</brush>
|
|
</property>
|
|
<item>
|
|
<property name="text">
|
|
<string>Diffuse Color</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>rgb(255,0,0)</string>
|
|
</property>
|
|
</item>
|
|
<item>
|
|
<property name="text">
|
|
<string>Specular Color</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>rgb(255,255,255)</string>
|
|
</property>
|
|
</item>
|
|
<item>
|
|
<property name="text">
|
|
<string>Specular Intensity Item</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>100</string>
|
|
</property>
|
|
</item>
|
|
</item>
|
|
<item>
|
|
<property name="text">
|
|
<string>Vector rendering</string>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<weight>75</weight>
|
|
<bold>true</bold>
|
|
</font>
|
|
</property>
|
|
<property name="background">
|
|
<brush brushstyle="NoBrush">
|
|
<color alpha="255">
|
|
<red>200</red>
|
|
<green>200</green>
|
|
<blue>200</blue>
|
|
</color>
|
|
</brush>
|
|
</property>
|
|
<property name="text">
|
|
<string/>
|
|
</property>
|
|
<property name="background">
|
|
<brush brushstyle="NoBrush">
|
|
<color alpha="255">
|
|
<red>200</red>
|
|
<green>200</green>
|
|
<blue>200</blue>
|
|
</color>
|
|
</brush>
|
|
</property>
|
|
<item>
|
|
<property name="text">
|
|
<string>View Color</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>rgb(255,0,0)</string>
|
|
</property>
|
|
</item>
|
|
<item>
|
|
<property name="text">
|
|
<string>Section Fill</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>slant fill</string>
|
|
</property>
|
|
</item>
|
|
<item>
|
|
<property name="text">
|
|
<string>View Linewidth</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>1px</string>
|
|
</property>
|
|
</item>
|
|
<item>
|
|
<property name="text">
|
|
<string>Section Linewidth</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>4px</string>
|
|
</property>
|
|
</item>
|
|
</item>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item>
|
|
<widget class="QGroupBox" name="groupBox">
|
|
<property name="title">
|
|
<string>Add new property</string>
|
|
</property>
|
|
<layout class="QHBoxLayout" name="horizontalLayout_5">
|
|
<item>
|
|
<widget class="QLabel" name="label_2">
|
|
<property name="text">
|
|
<string>Group</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QComboBox" name="comboBox_2">
|
|
<item>
|
|
<property name="text">
|
|
<string>General</string>
|
|
</property>
|
|
</item>
|
|
<item>
|
|
<property name="text">
|
|
<string>Mechanical</string>
|
|
</property>
|
|
</item>
|
|
<item>
|
|
<property name="text">
|
|
<string>Architectural</string>
|
|
</property>
|
|
</item>
|
|
<item>
|
|
<property name="text">
|
|
<string>Rendering</string>
|
|
</property>
|
|
</item>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QLabel" name="label_3">
|
|
<property name="text">
|
|
<string>Name</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QLineEdit" name="lineEdit"/>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<layout class="QHBoxLayout" name="horizontalLayout_7">
|
|
<item>
|
|
<widget class="QPushButton" name="pushButton_3">
|
|
<property name="text">
|
|
<string>Add new property...</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QPushButton" name="pushButton_4">
|
|
<property name="enabled">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>Delete property</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QDialogButtonBox" name="buttonBox">
|
|
<property name="standardButtons">
|
|
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|