minor fixes, form to join MUC

This commit is contained in:
Blue 2019-09-04 19:38:52 +03:00
parent 5f8d38bd9a
commit c295fa1c1d
23 changed files with 385 additions and 34 deletions

View file

@ -78,9 +78,10 @@
</widget>
<widget class="QMenu" name="menuFile">
<property name="title">
<string>File</string>
<string>Squawk</string>
</property>
<addaction name="actionAddContact"/>
<addaction name="actionAddConference"/>
<addaction name="actionQuit"/>
</widget>
<addaction name="menuFile"/>
@ -109,12 +110,24 @@
<bool>false</bool>
</property>
<property name="icon">
<iconset theme="list-add-user"/>
<iconset theme="list-add-user">
<normaloff>.</normaloff>.</iconset>
</property>
<property name="text">
<string>Add contact</string>
</property>
</action>
<action name="actionAddConference">
<property name="enabled">
<bool>false</bool>
</property>
<property name="icon">
<iconset theme="resource-group-new"/>
</property>
<property name="text">
<string>Add conference</string>
</property>
</action>
</widget>
<resources/>
<connections/>