Commit e4e0c45c authored by Dan Pascu's avatar Dan Pascu

Adjusted conference dialog for Qt5

parent 3e844885
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0"> <ui version="4.0">
<class>ConferenceDialog</class> <class>conference_dialog</class>
<widget class="QDialog" name="ConferenceDialog"> <widget class="QDialog" name="conference_dialog">
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>305</width> <width>330</width>
<height>125</height> <height>150</height>
</rect> </rect>
</property> </property>
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>305</width> <width>330</width>
<height>125</height> <height>150</height>
</size> </size>
</property> </property>
<property name="windowTitle"> <property name="windowTitle">
...@@ -170,7 +170,7 @@ ...@@ -170,7 +170,7 @@
<connection> <connection>
<sender>accept_button</sender> <sender>accept_button</sender>
<signal>clicked()</signal> <signal>clicked()</signal>
<receiver>ConferenceDialog</receiver> <receiver>conference_dialog</receiver>
<slot>accept()</slot> <slot>accept()</slot>
<hints> <hints>
<hint type="sourcelabel"> <hint type="sourcelabel">
...@@ -186,7 +186,7 @@ ...@@ -186,7 +186,7 @@
<connection> <connection>
<sender>reject_button</sender> <sender>reject_button</sender>
<signal>clicked()</signal> <signal>clicked()</signal>
<receiver>ConferenceDialog</receiver> <receiver>conference_dialog</receiver>
<slot>reject()</slot> <slot>reject()</slot>
<hints> <hints>
<hint type="sourcelabel"> <hint type="sourcelabel">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment