X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fpopups%2Fchannels.hpp;h=e486768f001e4ad76edef29eb1549d39cde8c79b;hp=eb1e029773f1d9204c7845270e0605033b0932a2;hb=9fa8a63c91ab09db32d744f854690411af164a62;hpb=1f419596224bd8f73fc8c59b52b8775685249a07 diff --git a/pv/popups/channels.hpp b/pv/popups/channels.hpp index eb1e0297..e486768f 100644 --- a/pv/popups/channels.hpp +++ b/pv/popups/channels.hpp @@ -28,6 +28,7 @@ #include #include #include +#include #include #include #include @@ -104,7 +105,7 @@ private: check_box_signal_map_; map< shared_ptr, QLabel*> group_label_map_; - QGridLayout buttons_bar_; + QHBoxLayout buttons_bar_; QPushButton enable_all_channels_, disable_all_channels_; QPushButton enable_all_logic_channels_, enable_all_analog_channels_; QPushButton enable_all_named_channels_, enable_all_changing_channels_;