MqttMonitor/MqttConnectionProfilesDialog.ui

branch
eric7
changeset 103
5fe4f179975f
parent 97
21f9c010dc42
child 104
9a4c9b7f078c
equal deleted inserted replaced
102:70b8858199f5 103:5fe4f179975f
738 </property> 738 </property>
739 </spacer> 739 </spacer>
740 </item> 740 </item>
741 </layout> 741 </layout>
742 </widget> 742 </widget>
743 <widget class="QWidget" name="propertiesTab">
744 <attribute name="title">
745 <string>User Properties</string>
746 </attribute>
747 <layout class="QVBoxLayout" name="verticalLayout_6">
748 <item>
749 <layout class="QHBoxLayout" name="horizontalLayout_8">
750 <item>
751 <widget class="QRadioButton" name="connectPropertiesButton">
752 <property name="toolTip">
753 <string>Select to edit the CONNECT user properties</string>
754 </property>
755 <property name="text">
756 <string>CONNECT</string>
757 </property>
758 <property name="checked">
759 <bool>true</bool>
760 </property>
761 </widget>
762 </item>
763 <item>
764 <widget class="QRadioButton" name="disconnectPropertiesButton">
765 <property name="toolTip">
766 <string>Select to edit the DISCONNECT user properties</string>
767 </property>
768 <property name="text">
769 <string>DISCONNECT</string>
770 </property>
771 </widget>
772 </item>
773 </layout>
774 </item>
775 <item>
776 <widget class="MqttUserPropertiesEditor" name="propertiesWidget" native="true">
777 <property name="sizePolicy">
778 <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
779 <horstretch>0</horstretch>
780 <verstretch>0</verstretch>
781 </sizepolicy>
782 </property>
783 <property name="focusPolicy">
784 <enum>Qt::StrongFocus</enum>
785 </property>
786 </widget>
787 </item>
788 <item>
789 <widget class="QCheckBox" name="samePropertiesCheckBox">
790 <property name="toolTip">
791 <string>Select to use the CONNECT user properties when disconnecting</string>
792 </property>
793 <property name="text">
794 <string>Use CONNECT properties for DISCONNECT</string>
795 </property>
796 </widget>
797 </item>
798 </layout>
799 </widget>
743 </widget> 800 </widget>
744 </item> 801 </item>
745 <item> 802 <item>
746 <widget class="QDialogButtonBox" name="profileButtonBox"> 803 <widget class="QDialogButtonBox" name="profileButtonBox">
747 <property name="standardButtons"> 804 <property name="standardButtons">
770 <class>EricPathPicker</class> 827 <class>EricPathPicker</class>
771 <extends>QWidget</extends> 828 <extends>QWidget</extends>
772 <header>EricWidgets/EricPathPicker.h</header> 829 <header>EricWidgets/EricPathPicker.h</header>
773 <container>1</container> 830 <container>1</container>
774 </customwidget> 831 </customwidget>
832 <customwidget>
833 <class>MqttUserPropertiesEditor</class>
834 <extends>QWidget</extends>
835 <header>MqttMonitor/MqttUserPropertiesEditor.h</header>
836 <container>1</container>
837 </customwidget>
775 </customwidgets> 838 </customwidgets>
776 <tabstops> 839 <tabstops>
777 <tabstop>profilesList</tabstop> 840 <tabstop>profilesList</tabstop>
778 <tabstop>plusButton</tabstop> 841 <tabstop>plusButton</tabstop>
779 <tabstop>copyButton</tabstop> 842 <tabstop>copyButton</tabstop>
792 <tabstop>cleanSessionCheckBox</tabstop> 855 <tabstop>cleanSessionCheckBox</tabstop>
793 <tabstop>usernameEdit</tabstop> 856 <tabstop>usernameEdit</tabstop>
794 <tabstop>passwordEdit</tabstop> 857 <tabstop>passwordEdit</tabstop>
795 <tabstop>showPasswordButton</tabstop> 858 <tabstop>showPasswordButton</tabstop>
796 <tabstop>willTopicEdit</tabstop> 859 <tabstop>willTopicEdit</tabstop>
860 <tabstop>willMessageEdit</tabstop>
797 <tabstop>willQosSpinBox</tabstop> 861 <tabstop>willQosSpinBox</tabstop>
798 <tabstop>willRetainCheckBox</tabstop> 862 <tabstop>willRetainCheckBox</tabstop>
799 <tabstop>willMessageEdit</tabstop>
800 <tabstop>tlsGroupBox</tabstop> 863 <tabstop>tlsGroupBox</tabstop>
801 <tabstop>tlsDefaultCertsButton</tabstop> 864 <tabstop>tlsDefaultCertsButton</tabstop>
802 <tabstop>tlsCertsFileButton</tabstop> 865 <tabstop>tlsCertsFileButton</tabstop>
803 <tabstop>tlsCertsFilePicker</tabstop> 866 <tabstop>tlsCertsFilePicker</tabstop>
804 <tabstop>tlsSelfSignedCertsButton</tabstop> 867 <tabstop>tlsSelfSignedCertsButton</tabstop>
805 <tabstop>tlsSelfSignedCertsFilePicker</tabstop> 868 <tabstop>tlsSelfSignedCertsFilePicker</tabstop>
806 <tabstop>tlsSelfSignedClientCertFilePicker</tabstop> 869 <tabstop>tlsSelfSignedClientCertFilePicker</tabstop>
807 <tabstop>tlsSelfSignedClientKeyFilePicker</tabstop> 870 <tabstop>tlsSelfSignedClientKeyFilePicker</tabstop>
871 <tabstop>connectPropertiesButton</tabstop>
872 <tabstop>disconnectPropertiesButton</tabstop>
873 <tabstop>propertiesWidget</tabstop>
874 <tabstop>samePropertiesCheckBox</tabstop>
808 </tabstops> 875 </tabstops>
809 <resources/> 876 <resources/>
810 <connections> 877 <connections>
811 <connection> 878 <connection>
812 <sender>buttonBox</sender> 879 <sender>buttonBox</sender>

eric ide

mercurial