X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=pv%2Fpopups%2Fchannels.hpp;h=e486768f001e4ad76edef29eb1549d39cde8c79b;hb=9cca8508357758b6ee68f25c998bf4de8822df14;hp=d9c5b967f49980e682239b1729766ce8e819a4cb;hpb=efadabab3de1a4c5b9cd09316de5d9ae66251519;p=pulseview.git diff --git a/pv/popups/channels.hpp b/pv/popups/channels.hpp index d9c5b967..e486768f 100644 --- a/pv/popups/channels.hpp +++ b/pv/popups/channels.hpp @@ -28,6 +28,8 @@ #include #include #include +#include +#include #include #include @@ -103,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_;