Replace push button with tool button.

git-svn-id: http://voip.null.ro/svn/yate@4849 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
marian 2012-02-07 15:12:05 +00:00
parent 41e4831d33
commit 269748ccd9
1 changed files with 18 additions and 6 deletions

View File

@ -1041,7 +1041,13 @@
</widget>
</item>
<item>
<widget class="QPushButton" name="cancel" >
<widget class="QToolButton" name="cancel" >
<property name="sizePolicy" >
<sizepolicy vsizetype="Fixed" hsizetype="Minimum" >
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize" >
<size>
<width>0</width>
@ -1057,11 +1063,17 @@
<property name="text" >
<string>Cancel</string>
</property>
<property name="iconSize" >
<size>
<width>16</width>
<height>16</height>
</size>
<property name="toolButtonStyle" >
<enum>Qt::ToolButtonTextBesideIcon</enum>
</property>
<property name="_yate_normal_icon" stdset="0" >
<string>cancel.png</string>
</property>
<property name="_yate_pressed_icon" stdset="0" >
<string>cancel_pressed.png</string>
</property>
<property name="_yate_hover_icon" stdset="0" >
<string>cancel_hover.png</string>
</property>
</widget>
</item>