Added callto hint label in ui.

git-svn-id: http://yate.null.ro/svn/yate/trunk@4989 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
marian 2012-04-04 10:59:38 +00:00
parent 5cbe2cccb5
commit 8a24f2e9a3
1 changed files with 191 additions and 168 deletions

View File

@ -967,6 +967,11 @@ border-bottom: 1px solid #717fa0;
</item>
</layout>
</item>
<item>
<layout class="QVBoxLayout" >
<property name="spacing" >
<number>0</number>
</property>
<item>
<layout class="QHBoxLayout" >
<property name="spacing" >
@ -1160,6 +1165,24 @@ border-bottom: 1px solid #717fa0;
</item>
</layout>
</item>
<item>
<widget class="QLabel" name="callto_hint" >
<property name="sizePolicy" >
<sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="styleSheet" >
<string>font-size: 10px;</string>
</property>
<property name="text" >
<string/>
</property>
</widget>
</item>
</layout>
</item>
<item>
<widget class="QFrame" name="keypad" >
<property name="sizePolicy" >