lpo-projekt2020/src/gui/histogramviewer.ui
2020-02-29 14:08:41 +01:00

218 lines
5.6 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>HistogramViewer</class>
<widget class="QWidget" name="HistogramViewer">
<property name="windowModality">
<enum>Qt::WindowModal</enum>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>320</width>
<height>255</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>320</width>
<height>255</height>
</size>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<property name="layoutDirection">
<enum>Qt::LeftToRight</enum>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<property name="sizeConstraint">
<enum>QLayout::SetMinimumSize</enum>
</property>
<item>
<widget class="QLabel" name="histogramLabel">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>100</width>
<height>100</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>600</width>
<height>800</height>
</size>
</property>
<property name="font">
<font>
<pointsize>28</pointsize>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text">
<string>Histogram</string>
</property>
<property name="scaledContents">
<bool>false</bool>
</property>
<property name="textInteractionFlags">
<set>Qt::NoTextInteraction</set>
</property>
</widget>
</item>
<item>
<widget class="QGroupBox" name="channelBox">
<property name="sizePolicy">
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>280</width>
<height>30</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>1500</width>
<height>30</height>
</size>
</property>
<property name="title">
<string>Channels</string>
</property>
<property name="alignment">
<set>Qt::AlignBottom|Qt::AlignRight|Qt::AlignTrailing</set>
</property>
<property name="flat">
<bool>true</bool>
</property>
<widget class="QToolButton" name="toggleRed">
<property name="geometry">
<rect>
<x>0</x>
<y>10</y>
<width>25</width>
<height>19</height>
</rect>
</property>
<property name="text">
<string>...</string>
</property>
<property name="icon">
<iconset resource="../../res/icons.qrc">
<normaloff>:/icons/icons/eye_red.png</normaloff>:/icons/icons/eye_red.png</iconset>
</property>
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>true</bool>
</property>
<property name="autoRaise">
<bool>true</bool>
</property>
</widget>
<widget class="QToolButton" name="toggleGreen">
<property name="geometry">
<rect>
<x>30</x>
<y>10</y>
<width>25</width>
<height>19</height>
</rect>
</property>
<property name="text">
<string>...</string>
</property>
<property name="icon">
<iconset resource="../../res/icons.qrc">
<normaloff>:/icons/icons/eye_green.png</normaloff>:/icons/icons/eye_green.png</iconset>
</property>
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>true</bool>
</property>
<property name="autoRaise">
<bool>true</bool>
</property>
</widget>
<widget class="QToolButton" name="toggleBlue">
<property name="geometry">
<rect>
<x>60</x>
<y>10</y>
<width>25</width>
<height>19</height>
</rect>
</property>
<property name="text">
<string>...</string>
</property>
<property name="icon">
<iconset resource="../../res/icons.qrc">
<normaloff>:/icons/icons/eye_blue.png</normaloff>:/icons/icons/eye_blue.png</iconset>
</property>
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>true</bool>
</property>
<property name="autoRaise">
<bool>true</bool>
</property>
</widget>
<widget class="QToolButton" name="toggleGray">
<property name="geometry">
<rect>
<x>90</x>
<y>10</y>
<width>25</width>
<height>19</height>
</rect>
</property>
<property name="text">
<string>...</string>
</property>
<property name="icon">
<iconset resource="../../res/icons.qrc">
<normaloff>:/icons/icons/eye_gray.png</normaloff>:/icons/icons/eye_gray.png</iconset>
</property>
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>true</bool>
</property>
<property name="autoRaise">
<bool>true</bool>
</property>
</widget>
</widget>
</item>
</layout>
</widget>
<resources>
<include location="../../res/icons.qrc"/>
</resources>
<connections/>
</ui>