##// END OF EJS Templates
Wait for the end of an acquisition to validate an operation (3)...
Wait for the end of an acquisition to validate an operation (3) If an operation is to validate, waits the end of the acquisition

File last commit:

r1183:ecfb65cac0fa
r1248:7541b71e5b78
Show More
CatalogueEventsWidget.ui
142 lines | 4.0 KiB | text/plain | TextLexer
/ gui / ui / Catalogue / CatalogueEventsWidget.ui
Sub widget classes
r1130 <?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
r1131 <width>566</width>
<height>258</height>
Sub widget classes
r1130 </rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
Basic ui
r1131 <layout class="QVBoxLayout" name="verticalLayout">
Events
r1136 <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
r1131 <item>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
Toolbar icons
r1132 <widget class="QToolButton" name="btnAdd">
Basic ui
r1131 <property name="text">
<string>+</string>
</property>
Toolbar icons
r1132 <property name="icon">
TableModel for events
r1163 <iconset resource="../../resources/sqpguiresources.qrc">
Toolbar icons
r1132 <normaloff>:/icones/add.png</normaloff>:/icones/add.png</iconset>
</property>
<property name="autoRaise">
<bool>true</bool>
</property>
Basic ui
r1131 </widget>
</item>
<item>
Toolbar icons
r1132 <widget class="QToolButton" name="btnRemove">
Basic ui
r1131 <property name="text">
<string> - </string>
</property>
Toolbar icons
r1132 <property name="icon">
TableModel for events
r1163 <iconset resource="../../resources/sqpguiresources.qrc">
Toolbar icons
r1132 <normaloff>:/icones/remove.png</normaloff>:/icones/remove.png</iconset>
</property>
<property name="autoRaise">
<bool>true</bool>
</property>
Basic ui
r1131 </widget>
</item>
<item>
<widget class="Line" name="line">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
</widget>
</item>
<item>
Toolbar icons
r1132 <widget class="QToolButton" name="btnTime">
Basic ui
r1131 <property name="text">
<string>T</string>
</property>
Toolbar icons
r1132 <property name="icon">
TableModel for events
r1163 <iconset resource="../../resources/sqpguiresources.qrc">
Toolbar icons
r1132 <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
r1131 </widget>
</item>
<item>
Toolbar icons
r1132 <widget class="QToolButton" name="btnChart">
Basic ui
r1131 <property name="text">
<string>G</string>
</property>
Toolbar icons
r1132 <property name="icon">
TableModel for events
r1163 <iconset resource="../../resources/sqpguiresources.qrc">
Toolbar icons
r1132 <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
r1131 </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
r1182 <widget class="QTreeView" name="treeView">
Drag d'un event sur le TimeWidget
r1166 <property name="dragEnabled">
<bool>true</bool>
</property>
<property name="dragDropMode">
<enum>QAbstractItemView::DragDrop</enum>
</property>
Edition of event products via the inspector
r1183 <property name="selectionMode">
<enum>QAbstractItemView::ExtendedSelection</enum>
</property>
Events
r1136 <property name="selectionBehavior">
<enum>QAbstractItemView::SelectRows</enum>
</property>
Change the event model to a treeview model + update the last version of CatalogueAPI
r1182 <attribute name="headerStretchLastSection">
TableModel for events
r1163 <bool>false</bool>
</attribute>
Events
r1136 </widget>
Basic ui
r1131 </item>
</layout>
Sub widget classes
r1130 </widget>
TableModel for events
r1163 <resources>
<include location="../../resources/sqpguiresources.qrc"/>
<include location="../../resources/sqpguiresources.qrc"/>
</resources>
Sub widget classes
r1130 <connections/>
</ui>