]> sigrok.org Git - pulseview.git/blobdiff - pv/dialogs/connect.hpp
Fix #1146 by replacing the check box by a combo box
[pulseview.git] / pv / dialogs / connect.hpp
index d9cf0a53cfc689b3142b64ae4d078b2a3b0ed7fc..914c58783ee3693b87ed6b7c2a3232c0eb119a62 100644 (file)
@@ -94,7 +94,7 @@ private:
        QWidget *tcp_config_;
        QLineEdit *tcp_host_;
        QSpinBox *tcp_port_;
        QWidget *tcp_config_;
        QLineEdit *tcp_host_;
        QSpinBox *tcp_port_;
-       QCheckBox *tcp_use_vxi_;
+       QComboBox *tcp_protocol_;
 
        QPushButton scan_button_;
        QListWidget device_list_;
 
        QPushButton scan_button_;
        QListWidget device_list_;