diff --git a/src/kdefrontend/ui/datasources/importfilewidget.ui b/src/kdefrontend/ui/datasources/importfilewidget.ui index 73c8fb5ab..e6c992dab 100644 --- a/src/kdefrontend/ui/datasources/importfilewidget.ui +++ b/src/kdefrontend/ui/datasources/importfilewidget.ui @@ -1,1273 +1,1296 @@ ImportFileWidget 0 0 - 609 - 939 + 630 + 1272 0 0 0 0 0 0 true 0 - 0 - 593 - 1818 + -349 + 611 + 1885 0 0 Data Source Set ID File or Named Pipe Network TCP Socket Network UDP Socket Local Socket Serial Port MQTT false 0 0 Manage filters false 0 0 Show file info Host: Source: Username: Password: Type: false Port: Interpret retain messages Qt::Vertical QSizePolicy::Fixed 20 10 ID: - - - - Qt::Vertical - - - QSizePolicy::Fixed - - - - 20 - 13 - - - - Filter: Qt::Vertical 20 40 Connect Specify the name of the file to import. true Name: Baud rate: 0 0 Select the file to import Port: false Save the current filter settings false 0 0 QLineEdit::Password The MQTT broker requires authentication Field: QAbstractItemView::NoEditTriggers false 16 16 - - + + 0 0 - + Manage subscriptions - - - - - + + QOS level: + + Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter + - + 0 1 2 - - - - Scroll to root: - - + + - + Available topics - + + + + 12 + + + + + Qt::Vertical + + + + 20 + 40 + + + + + + + + Subscribe + + + + + + + Unsubscribe + + + + + + + Qt::Vertical + + + + 20 + 40 + + + + + + + + + + Scroll to root: + + + Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter + + + + Subscribed topics - - - - Unsubscribe - - - - - - - Subscribe - - - false 0 0 Format Options 0 0 0 0 0 0 0 Data format 0 0 0 0 0 0 0 0 Preview 0 0 Number of rows to preview: 1 10000 100 Qt::Horizontal 23 20 Refresh true QTextEdit::NoWrap true 0 0 Data portion to read Start row: Specify the end row to import; -1 stands for the last row -1 2147483647 -1 Start column: Specify the start column for import 1 2147483647 Qt::Horizontal QSizePolicy::Fixed 40 20 Specify the start row for import 1 2147483647 1 Qt::Horizontal 108 20 Qt::Horizontal QSizePolicy::Fixed 40 20 End column: Specify the end column to import; -1 stands for the last column -1 2147483647 -1 Qt::Horizontal 108 20 End row: Qt::Vertical 20 10 Update Options Keep last values: Read: 0 0 Periodically On New Data If this option is checked, only the link to the file is stored in the project file but not it's content. Link the file true Update: Update interval: All 999999 0 0 ms 5 60000 1000 Continuously Fixed From End Till the End Sample rate: 1 10000 1 MQTT Will Message Will topic: Minimum Unchecked ItemIsUserCheckable|ItemIsEnabled Maximum Unchecked ItemIsUserCheckable|ItemIsEnabled Arithmetic mean Unchecked ItemIsUserCheckable|ItemIsEnabled Geometric mean Unchecked ItemIsUserCheckable|ItemIsEnabled Harmonic mean Unchecked ItemIsUserCheckable|ItemIsEnabled Contraharmonic mean Unchecked ItemIsUserCheckable|ItemIsEnabled Median Unchecked ItemIsUserCheckable|ItemIsEnabled Variance Unchecked ItemIsUserCheckable|ItemIsEnabled Standard deviation Unchecked ItemIsUserCheckable|ItemIsEnabled Mean deviation Unchecked ItemIsUserCheckable|ItemIsEnabled Mean deviation around median Unchecked ItemIsUserCheckable|ItemIsEnabled Median deviation Unchecked ItemIsUserCheckable|ItemIsEnabled Skewness Unchecked ItemIsUserCheckable|ItemIsEnabled Kurtosis Unchecked ItemIsUserCheckable|ItemIsEnabled Entropy Unchecked ItemIsUserCheckable|ItemIsEnabled Own message: Time interval On click 0 0 Own message Statistics Last message received 0 0 0 1 2 Set will message as retain 10000 Time interval: Will QoS: Will Update Type: Message type: Will Statistics: 0 0 Set will message for the client KComboBox QComboBox
kcombobox.h
diff --git a/tests/import_export/ASCII/MqttTest/MQTT_test.pro b/tests/import_export/ASCII/MqttTest/MQTT_test.pro index 12996cb74..c06e95fc6 100644 --- a/tests/import_export/ASCII/MqttTest/MQTT_test.pro +++ b/tests/import_export/ASCII/MqttTest/MQTT_test.pro @@ -1,23 +1,18 @@ QT += core gui network widgets mqtt -TARGET = mqttsubscriptions - # The following define makes your compiler emit warnings if you use # any feature of Qt which as been marked as deprecated (the exact warnings # depend on your compiler). Please consult the documentation of the # deprecated API in order to know how to port your code away from it. DEFINES += QT_DEPRECATED_WARNINGS # You can also make your code fail to compile if you use deprecated APIs. # In order to do so, uncomment the following line. # You can also select to disable deprecated APIs only up to a certain version of Qt. #DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0 SOURCES += main.cpp\ MQTT_test.cpp HEADERS += MQTT_test.h FORMS += MQTT_test.ui - -target.path = $$[QT_INSTALL_EXAMPLES]/mqtt/subscriptions -INSTALLS += target