Project 'savoirfairelinux/ring-client-windows' was moved to 'savoirfairelinux/jami-client-windows'. Please update any links and bookmarks that may still have the old path.
Select Git revision
callutilsdialog.ui
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
callutilsdialog.ui 1.22 KiB
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>CallUtilsDialog</class>
<widget class="QDialog" name="CallUtilsDialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>268</width>
<height>385</height>
</rect>
</property>
<property name="windowTitle">
<string>Dialog</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>4</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>1</number>
</property>
<item>
<widget class="QListView" name="contactView"/>
</item>
<item>
<widget class="QLineEdit" name="numberBar">
<property name="placeholderText">
<string>or type number...</string>
</property>
<property name="clearButtonEnabled">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="doTransferButton">
<property name="text">
<string>Transfer</string>
</property>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>