opencv_mv/QMainPro/QMacVisual/frmLog.ui

231 lines
5.9 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>frmLogClass</class>
<widget class="QWidget" name="frmLogClass">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>860</width>
<height>126</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<property name="styleSheet">
<string notr="true">QWidget
{
background-color: rgb(240, 248, 226);
}
QScrollBar:vertical{
background:#FFFFF2;
padding-top:20px;
padding-bottom:20px;
padding-left:2px;
padding-right:2px;
border-left:1px solid #d7d7d7;}
QScrollBar::handle:vertical{
background:#dbdbdb;
border-radius:6px;
min-height:20px;}
QScrollBar::handle:vertical:hover{
background:#d0d0d0;}
QScrollBar::add-line:vertical{
background:url(:/res/ico/down.png) center no-repeat;}
QScrollBar::sub-line:vertical{
background:url(:/res/ico/up.png) center no-repeat;}
QScrollBar:horizontal{
background:#FFFFF2;
padding-top:20px;
padding-bottom:20px;
padding-left:2px;
padding-right:2px;
border-left:1px solid #d7d7d7;}
QScrollBar::handle:horizontal{
background:#dbdbdb;
border-radius:6px;
min-height:20px;}
QScrollBar::handle:horizontal:hover{
background:#d0d0d0;}
QScrollBar::add-line:horizontal{
background:url(:/res/ico/right.png) center no-repeat;}
QScrollBar::sub-line:horizontal{
background:url(:/res/ico/left.png) center no-repeat;}</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout" stretch="0,0">
<property name="spacing">
<number>0</number>
</property>
<property name="leftMargin">
<number>1</number>
</property>
<property name="topMargin">
<number>1</number>
</property>
<property name="rightMargin">
<number>1</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<property name="spacing">
<number>0</number>
</property>
<property name="topMargin">
<number>3</number>
</property>
<item>
<widget class="QToolButton" name="btnInfo">
<property name="minimumSize">
<size>
<width>90</width>
<height>32</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>100</width>
<height>32</height>
</size>
</property>
<property name="styleSheet">
<string notr="true"/>
</property>
<property name="text">
<string>提示(0)</string>
</property>
<property name="icon">
<iconset resource="res.qrc">
<normaloff>:/res/ico/info.png</normaloff>:/res/ico/info.png</iconset>
</property>
<property name="iconSize">
<size>
<width>20</width>
<height>20</height>
</size>
</property>
<property name="toolButtonStyle">
<enum>Qt::ToolButtonTextBesideIcon</enum>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="btnWarn">
<property name="minimumSize">
<size>
<width>90</width>
<height>32</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>100</width>
<height>32</height>
</size>
</property>
<property name="styleSheet">
<string notr="true"/>
</property>
<property name="text">
<string>警告(0)</string>
</property>
<property name="icon">
<iconset resource="res.qrc">
<normaloff>:/res/ico/warn.png</normaloff>:/res/ico/warn.png</iconset>
</property>
<property name="iconSize">
<size>
<width>20</width>
<height>20</height>
</size>
</property>
<property name="toolButtonStyle">
<enum>Qt::ToolButtonTextBesideIcon</enum>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="btnError">
<property name="minimumSize">
<size>
<width>90</width>
<height>32</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>100</width>
<height>32</height>
</size>
</property>
<property name="styleSheet">
<string notr="true"/>
</property>
<property name="text">
<string>错误(0)</string>
</property>
<property name="icon">
<iconset resource="res.qrc">
<normaloff>:/res/ico/error.png</normaloff>:/res/ico/error.png</iconset>
</property>
<property name="iconSize">
<size>
<width>20</width>
<height>20</height>
</size>
</property>
<property name="toolButtonStyle">
<enum>Qt::ToolButtonTextBesideIcon</enum>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label">
<property name="text">
<string/>
</property>
</widget>
</item>
</layout>
</item>
<item>
<widget class="QListView" name="listView">
<property name="enabled">
<bool>true</bool>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="font">
<font>
<pointsize>9</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true"/>
</property>
<property name="batchSize">
<number>100</number>
</property>
</widget>
</item>
</layout>
</widget>
<resources>
<include location="res.qrc"/>
</resources>
<connections/>
</ui>