##// END OF EJS Templates
Fix window flags of the catalogue gui
Fix window flags of the catalogue gui

File last commit:

r1132:41f5b65ec685
r1135:440c633db691
Show More
CatalogueEventsWidget.ui
114 lines | 3.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">
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QToolButton" name="btnAdd">
<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="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="QTableWidget" name="tableWidget"/>
</item>
</layout>
</widget>
<resources>
<include location="../../resources/sqpguiresources.qrc"/>
<include location="../../resources/sqpguiresources.qrc"/>
</resources>
<connections/>
</ui>