##// END OF EJS Templates
Creates sync and desync operations and adds them to the fuzzing tests
Creates sync and desync operations and adds them to the fuzzing tests

File last commit:

r1150:ecfb65cac0fa
r1205:b0db13ba024e
Show More
CatalogueEventsWidget.ui
142 lines | 4.0 KiB | text/plain | TextLexer
/ gui / ui / Catalogue / CatalogueEventsWidget.ui
Sub widget classes
r1095 <?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>CatalogueEventsWidget</class>
<widget class="QWidget" name="CatalogueEventsWidget">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
Basic ui
r1096 <width>566</width>
<height>258</height>
Sub widget classes
r1095 </rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
Basic ui
r1096 <layout class="QVBoxLayout" name="verticalLayout">
Events
r1101 <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>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
Toolbar icons
r1097 <widget class="QToolButton" name="btnAdd">
Basic ui
r1096 <property name="text">
<string>+</string>
</property>
Toolbar icons
r1097 <property name="icon">
TableModel for events
r1130 <iconset resource="../../resources/sqpguiresources.qrc">
Toolbar icons
r1097 <normaloff>:/icones/add.png</normaloff>:/icones/add.png</iconset>
</property>
<property name="autoRaise">
<bool>true</bool>
</property>
Basic ui
r1096 </widget>
</item>
<item>
Toolbar icons
r1097 <widget class="QToolButton" name="btnRemove">
Basic ui
r1096 <property name="text">
<string> - </string>
</property>
Toolbar icons
r1097 <property name="icon">
TableModel for events
r1130 <iconset resource="../../resources/sqpguiresources.qrc">
Toolbar icons
r1097 <normaloff>:/icones/remove.png</normaloff>:/icones/remove.png</iconset>
</property>
<property name="autoRaise">
<bool>true</bool>
</property>
Basic ui
r1096 </widget>
</item>
<item>
<widget class="Line" name="line">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
</widget>
</item>
<item>
Toolbar icons
r1097 <widget class="QToolButton" name="btnTime">
Basic ui
r1096 <property name="text">
<string>T</string>
</property>
Toolbar icons
r1097 <property name="icon">
TableModel for events
r1130 <iconset resource="../../resources/sqpguiresources.qrc">
Toolbar icons
r1097 <normaloff>:/icones/time.png</normaloff>:/icones/time.png</iconset>
</property>
<property name="checkable">
<bool>true</bool>
</property>
<property name="autoRaise">
<bool>true</bool>
</property>
Basic ui
r1096 </widget>
</item>
<item>
Toolbar icons
r1097 <widget class="QToolButton" name="btnChart">
Basic ui
r1096 <property name="text">
<string>G</string>
</property>
Toolbar icons
r1097 <property name="icon">
TableModel for events
r1130 <iconset resource="../../resources/sqpguiresources.qrc">
Toolbar icons
r1097 <normaloff>:/icones/chart.png</normaloff>:/icones/chart.png</iconset>
</property>
<property name="checkable">
<bool>true</bool>
</property>
<property name="autoRaise">
<bool>true</bool>
</property>
Basic ui
r1096 </widget>
</item>
<item>
<widget class="Line" name="line_2">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="lineEdit">
<property name="enabled">
<bool>false</bool>
</property>
</widget>
</item>
</layout>
</item>
<item>
Change the event model to a treeview model + update the last version of CatalogueAPI
r1149 <widget class="QTreeView" name="treeView">
Drag d'un event sur le TimeWidget
r1133 <property name="dragEnabled">
<bool>true</bool>
</property>
<property name="dragDropMode">
<enum>QAbstractItemView::DragDrop</enum>
</property>
Edition of event products via the inspector
r1150 <property name="selectionMode">
<enum>QAbstractItemView::ExtendedSelection</enum>
</property>
Events
r1101 <property name="selectionBehavior">
<enum>QAbstractItemView::SelectRows</enum>
</property>
Change the event model to a treeview model + update the last version of CatalogueAPI
r1149 <attribute name="headerStretchLastSection">
TableModel for events
r1130 <bool>false</bool>
</attribute>
Events
r1101 </widget>
Basic ui
r1096 </item>
</layout>
Sub widget classes
r1095 </widget>
TableModel for events
r1130 <resources>
<include location="../../resources/sqpguiresources.qrc"/>
<include location="../../resources/sqpguiresources.qrc"/>
</resources>
Sub widget classes
r1095 <connections/>
</ui>