##// END OF EJS Templates
Separate the initialization of the properties of the graph of the update of the units of the graph....
Separate the initialization of the properties of the graph of the update of the units of the graph. The initialization of the properties is carried out when adding a variable in the graph, the update of the units is carried out when loading the data of this variable

File last commit:

r1295:680c87563741
r1337:3acf26407503
Show More
CatalogueEventsWidget.ui
148 lines | 4.2 KiB | text/plain | TextLexer
/ gui / ui / Catalogue / CatalogueEventsWidget.ui
<?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>
<width>566</width>
<height>258</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</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>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QToolButton" name="btnAdd">
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>+</string>
</property>
<property name="icon">
<iconset resource="../../resources/sqpguiresources.qrc">
<normaloff>:/icones/add.png</normaloff>:/icones/add.png</iconset>
</property>
<property name="autoRaise">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="btnRemove">
<property name="text">
<string> - </string>
</property>
<property name="icon">
<iconset resource="../../resources/sqpguiresources.qrc">
<normaloff>:/icones/remove.png</normaloff>:/icones/remove.png</iconset>
</property>
<property name="autoRaise">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="Line" name="line">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="btnTime">
<property name="text">
<string>T</string>
</property>
<property name="icon">
<iconset resource="../../resources/sqpguiresources.qrc">
<normaloff>:/icones/time.png</normaloff>:/icones/time.png</iconset>
</property>
<property name="checkable">
<bool>true</bool>
</property>
<property name="autoRaise">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="btnChart">
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>G</string>
</property>
<property name="icon">
<iconset resource="../../resources/sqpguiresources.qrc">
<normaloff>:/icones/chart.png</normaloff>:/icones/chart.png</iconset>
</property>
<property name="checkable">
<bool>true</bool>
</property>
<property name="autoRaise">
<bool>true</bool>
</property>
</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>
<widget class="QTreeView" name="treeView">
<property name="dragEnabled">
<bool>true</bool>
</property>
<property name="dragDropMode">
<enum>QAbstractItemView::DragDrop</enum>
</property>
<property name="selectionMode">
<enum>QAbstractItemView::ExtendedSelection</enum>
</property>
<property name="selectionBehavior">
<enum>QAbstractItemView::SelectRows</enum>
</property>
<attribute name="headerStretchLastSection">
<bool>false</bool>
</attribute>
</widget>
</item>
</layout>
</widget>
<resources>
<include location="../../resources/sqpguiresources.qrc"/>
<include location="../../resources/sqpguiresources.qrc"/>
</resources>
<connections/>
</ui>