yate/share/skins/default/notification.ui

394 lines
11 KiB
XML

<ui version="4.0" >
<class>notification</class>
<widget class="QWidget" name="notification" >
<property name="geometry" >
<rect>
<x>0</x>
<y>0</y>
<width>320</width>
<height>125</height>
</rect>
</property>
<property name="sizePolicy" >
<sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize" >
<size>
<width>320</width>
<height>120</height>
</size>
</property>
<property name="maximumSize" >
<size>
<width>320</width>
<height>125</height>
</size>
</property>
<property name="windowTitle" >
<string>Yate Client Notification</string>
</property>
<property name="windowIcon" >
<iconset>null_team-32.png</iconset>
</property>
<property name="_yate_window" stdset="0" >
<bool>true</bool>
</property>
<property name="_yate_windowflags" stdset="0" >
<string>notificationtype,stayontop,frameless</string>
</property>
<property name="_yate_notificationwindow" stdset="0" >
<bool>true</bool>
</property>
<layout class="QVBoxLayout" >
<property name="spacing" >
<number>0</number>
</property>
<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>
<widget class="QFrame" name="frame_window" >
<property name="styleSheet" >
<string>QFrame#frame_window {
border: 1px solid #717fa0;
}</string>
</property>
<layout class="QVBoxLayout" >
<property name="leftMargin" >
<number>4</number>
</property>
<property name="topMargin" >
<number>4</number>
</property>
<property name="rightMargin" >
<number>4</number>
</property>
<property name="bottomMargin" >
<number>10</number>
</property>
<item>
<widget class="QFrame" name="frame_title" >
<property name="sizePolicy" >
<sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize" >
<size>
<width>16</width>
<height>26</height>
</size>
</property>
<property name="maximumSize" >
<size>
<width>16777215</width>
<height>26</height>
</size>
</property>
<property name="styleSheet" >
<string>QFrame#frame_title {
border: 0px;
border-bottom: 1px solid #717fa0;
}</string>
</property>
<property name="frameShape" >
<enum>QFrame::StyledPanel</enum>
</property>
<layout class="QHBoxLayout" >
<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>
<widget class="QLabel" name="image" >
<property name="sizePolicy" >
<sizepolicy vsizetype="Expanding" hsizetype="Fixed" >
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize" >
<size>
<width>24</width>
<height>0</height>
</size>
</property>
<property name="maximumSize" >
<size>
<width>24</width>
<height>16777215</height>
</size>
</property>
<property name="pixmap" >
<pixmap>null_team-16.png</pixmap>
</property>
<property name="alignment" >
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="title" >
<property name="sizePolicy" >
<sizepolicy vsizetype="Expanding" hsizetype="Expanding" >
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="font" >
<font>
<pointsize>10</pointsize>
</font>
</property>
<property name="text" >
<string>Yate Client</string>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="button_hide" >
<property name="minimumSize" >
<size>
<width>20</width>
<height>20</height>
</size>
</property>
<property name="maximumSize" >
<size>
<width>20</width>
<height>20</height>
</size>
</property>
<property name="focusPolicy" >
<enum>Qt::NoFocus</enum>
</property>
<property name="toolTip" >
<string>Close</string>
</property>
<property name="icon" >
<iconset>close_16.png</iconset>
</property>
<property name="autoRaise" >
<bool>true</bool>
</property>
<property name="_yate_normal_icon" stdset="0" >
<string>close_16.png</string>
</property>
<property name="_yate_pressed_icon" stdset="0" >
<string>close_16_pressed.png</string>
</property>
<property name="_yate_hover_icon" stdset="0" >
<string>close_16_hover.png</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QLabel" name="text" >
<property name="sizePolicy" >
<sizepolicy vsizetype="Expanding" hsizetype="Expanding" >
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="font" >
<font>
<pointsize>10</pointsize>
</font>
</property>
<property name="alignment" >
<set>Qt::AlignCenter</set>
</property>
<property name="wordWrap" >
<bool>true</bool>
</property>
<property name="textInteractionFlags" >
<set>Qt::TextSelectableByMouse</set>
</property>
</widget>
</item>
<item>
<layout class="QHBoxLayout" >
<item>
<spacer>
<property name="orientation" >
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" >
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QToolButton" name="answeraction" >
<property name="sizePolicy" >
<sizepolicy vsizetype="Fixed" hsizetype="Minimum" >
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize" >
<size>
<width>0</width>
<height>26</height>
</size>
</property>
<property name="maximumSize" >
<size>
<width>16777215</width>
<height>26</height>
</size>
</property>
<property name="toolTip" >
<string>Answer the call</string>
</property>
<property name="text" >
<string>Accept</string>
</property>
<property name="icon" >
<iconset>answer_20.png</iconset>
</property>
<property name="iconSize" >
<size>
<width>20</width>
<height>20</height>
</size>
</property>
<property name="toolButtonStyle" >
<enum>Qt::ToolButtonTextBesideIcon</enum>
</property>
<property name="_yate_identity" stdset="0" >
<string>answer</string>
</property>
<property name="_yate_normal_icon" stdset="0" >
<string>answer_20.png</string>
</property>
<property name="_yate_pressed_icon" stdset="0" >
<string>answer_20_pressed.png</string>
</property>
<property name="_yate_hover_icon" stdset="0" >
<string>answer_20_hover.png</string>
</property>
</widget>
</item>
<item>
<spacer>
<property name="orientation" >
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeType" >
<enum>QSizePolicy::Fixed</enum>
</property>
<property name="sizeHint" >
<size>
<width>10</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QToolButton" name="hangupaction" >
<property name="sizePolicy" >
<sizepolicy vsizetype="Fixed" hsizetype="Minimum" >
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize" >
<size>
<width>0</width>
<height>26</height>
</size>
</property>
<property name="maximumSize" >
<size>
<width>16777215</width>
<height>26</height>
</size>
</property>
<property name="toolTip" >
<string>Hangup/reject the call</string>
</property>
<property name="text" >
<string>Decline</string>
</property>
<property name="icon" >
<iconset>hangup_20.png</iconset>
</property>
<property name="iconSize" >
<size>
<width>20</width>
<height>20</height>
</size>
</property>
<property name="toolButtonStyle" >
<enum>Qt::ToolButtonTextBesideIcon</enum>
</property>
<property name="_yate_identity" stdset="0" >
<string>hangup</string>
</property>
<property name="_yate_normal_icon" stdset="0" >
<string>hangup_20.png</string>
</property>
<property name="_yate_pressed_icon" stdset="0" >
<string>hangup_20_pressed.png</string>
</property>
<property name="_yate_hover_icon" stdset="0" >
<string>hangup_20_hover.png</string>
</property>
<property name="_yate_filterevents" stdset="0" >
<bool>true</bool>
</property>
</widget>
</item>
<item>
<spacer>
<property name="orientation" >
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" >
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
</layout>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>