##// END OF EJS Templates
Passes FuzzingState and variable id instead VariableState to the methods of operations
Passes FuzzingState and variable id instead VariableState to the methods of operations

File last commit:

r1150:ecfb65cac0fa
r1203:ea04bef9c90c
Show More
CatalogueInspectorWidget.ui
219 lines | 6.7 KiB | text/plain | TextLexer
/ gui / ui / Catalogue / CatalogueInspectorWidget.ui
Sub widget classes
r1095 <?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>CatalogueInspectorWidget</class>
<widget class="QWidget" name="CatalogueInspectorWidget">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>400</width>
<height>300</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
Basic ui
r1096 <layout class="QVBoxLayout" name="verticalLayout_2">
Inspector
r1099 <property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
Basic ui
r1096 <item>
Inspector
r1099 <widget class="QFrame" name="frame">
<property name="frameShape">
<enum>QFrame::Box</enum>
Basic ui
r1096 </property>
Inspector
r1099 <property name="frameShadow">
<enum>QFrame::Sunken</enum>
</property>
<property name="lineWidth">
<number>1</number>
Basic ui
r1096 </property>
<layout class="QVBoxLayout" name="verticalLayout">
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
<widget class="QStackedWidget" name="stackedWidget">
<property name="currentIndex">
Edition of event products via the inspector
r1150 <number>2</number>
Basic ui
r1096 </property>
Inspector
r1099 <widget class="QWidget" name="emptyPage"/>
Basic ui
r1096 <widget class="QWidget" name="catalogueInspectorPage">
<layout class="QGridLayout" name="gridLayout_2">
Inspector
r1099 <item row="1" column="0">
Basic ui
r1096 <widget class="QLabel" name="label_7">
<property name="text">
<string>Name</string>
</property>
</widget>
</item>
Inspector
r1099 <item row="1" column="1">
Skeleton to fill the inspector with the selection
r1105 <widget class="QLineEdit" name="leCatalogueName"/>
Basic ui
r1096 </item>
Inspector
r1099 <item row="2" column="0">
Basic ui
r1096 <widget class="QLabel" name="label_8">
<property name="text">
<string>Author</string>
</property>
</widget>
</item>
Inspector
r1099 <item row="2" column="1">
Skeleton to fill the inspector with the selection
r1105 <widget class="QLineEdit" name="leCatalogueAuthor">
Basic ui
r1096 <property name="text">
<string/>
</property>
</widget>
</item>
Inspector
r1099 <item row="3" column="1">
Basic ui
r1096 <spacer name="verticalSpacer_2">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
Inspector
r1099 <item row="0" column="0" colspan="2">
<widget class="QLabel" name="label_9">
<property name="font">
<font>
<pointsize>10</pointsize>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text">
<string>Catalogue Properties</string>
</property>
</widget>
</item>
Basic ui
r1096 </layout>
</widget>
<widget class="QWidget" name="eventInspectorPage">
<layout class="QGridLayout" name="gridLayout">
Edition of event products via the inspector
r1150 <item row="4" column="0">
<widget class="QLabel" name="label_3">
<property name="text">
<string>Product</string>
Edition of events from the inspector
r1148 </property>
</widget>
Basic ui
r1096 </item>
Edition of event products via the inspector
r1150 <item row="5" column="0">
Basic ui
r1096 <widget class="QLabel" name="label_4">
<property name="text">
<string>TStart</string>
</property>
</widget>
</item>
Edition of event products via the inspector
r1150 <item row="1" column="0">
<widget class="QLabel" name="label">
Basic ui
r1096 <property name="text">
Edition of event products via the inspector
r1150 <string>Name</string>
Basic ui
r1096 </property>
</widget>
</item>
Edition of event products via the inspector
r1150 <item row="0" column="0" colspan="2">
<widget class="QLabel" name="label_10">
<property name="font">
<font>
<pointsize>10</pointsize>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
Basic ui
r1096 <property name="text">
Edition of event products via the inspector
r1150 <string>Event Properties</string>
Basic ui
r1096 </property>
</widget>
</item>
Edition of event products via the inspector
r1150 <item row="8" column="1">
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
Basic ui
r1096 </property>
Edition of event products via the inspector
r1150 <property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
Basic ui
r1096 </item>
Edition of event products via the inspector
r1150 <item row="1" column="1">
<widget class="QLineEdit" name="leEventName"/>
</item>
<item row="5" column="1">
Edition of events from the inspector
r1148 <widget class="QDateTimeEdit" name="dateTimeEventTStart">
<property name="timeSpec">
<enum>Qt::UTC</enum>
</property>
</widget>
Basic ui
r1096 </item>
Edition of event products via the inspector
r1150 <item row="4" column="1">
<widget class="QLineEdit" name="leEventProduct"/>
</item>
<item row="6" column="0">
<widget class="QLabel" name="label_5">
Basic ui
r1096 <property name="text">
Edition of event products via the inspector
r1150 <string>Tend</string>
Basic ui
r1096 </property>
</widget>
</item>
Edition of event products via the inspector
r1150 <item row="6" column="1">
<widget class="QDateTimeEdit" name="dateTimeEventTEnd">
<property name="timeSpec">
<enum>Qt::UTC</enum>
Basic ui
r1096 </property>
</widget>
</item>
Inspector
r1099 <item row="2" column="1">
Skeleton to fill the inspector with the selection
r1105 <widget class="QLineEdit" name="leEventTags"/>
Basic ui
r1096 </item>
Edition of event products via the inspector
r1150 <item row="2" column="0">
<widget class="QLabel" name="label_6">
<property name="text">
<string>Tags</string>
Basic ui
r1096 </property>
Edition of event products via the inspector
r1150 </widget>
Basic ui
r1096 </item>
Edition of event products via the inspector
r1150 <item row="3" column="0" colspan="2">
<widget class="Line" name="line">
<property name="orientation">
<enum>Qt::Horizontal</enum>
Inspector
r1099 </property>
</widget>
</item>
Basic ui
r1096 </layout>
</widget>
</widget>
</item>
</layout>
</widget>
</item>
</layout>
Sub widget classes
r1095 </widget>
<resources/>
<connections/>
</ui>