Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/QRema.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'data/ui/qremamain.ui')
-rw-r--r--data/ui/qremamain.ui22
1 files changed, 19 insertions, 3 deletions
diff --git a/data/ui/qremamain.ui b/data/ui/qremamain.ui
index 9af9811..a724c56 100644
--- a/data/ui/qremamain.ui
+++ b/data/ui/qremamain.ui
@@ -33,7 +33,7 @@
<widget class="QWidget" name="layoutWidget">
<layout class="QVBoxLayout" name="verticalLayout">
<item>
- <widget class="QComboBox" name="comboBox_2">
+ <widget class="QComboBox" name="groupCombo">
<property name="editable">
<bool>true</bool>
</property>
@@ -47,7 +47,7 @@
<widget class="QWidget" name="layoutWidget">
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
- <widget class="QComboBox" name="comboBox">
+ <widget class="QComboBox" name="profileCombo">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<horstretch>0</horstretch>
@@ -81,7 +81,7 @@
<x>0</x>
<y>0</y>
<width>800</width>
- <height>28</height>
+ <height>21</height>
</rect>
</property>
<widget class="QMenu" name="menu_File">
@@ -181,5 +181,21 @@
</hint>
</hints>
</connection>
+ <connection>
+ <sender>groupCombo</sender>
+ <signal>currentTextChanged(QString)</signal>
+ <receiver>treeView</receiver>
+ <slot>update()</slot>
+ <hints>
+ <hint type="sourcelabel">
+ <x>128</x>
+ <y>80</y>
+ </hint>
+ <hint type="destinationlabel">
+ <x>139</x>
+ <y>136</y>
+ </hint>
+ </hints>
+ </connection>
</connections>
</ui>