X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fpopups%2Fchannels.hpp;h=e486768f001e4ad76edef29eb1549d39cde8c79b;hb=dbed5609ae31cdfc3e9db10f3ab91b7607c08372;hp=eb1e029773f1d9204c7845270e0605033b0932a2;hpb=ec2aadfe0fc0aca0893ea6fa43af79305e1cdbdb;p=pulseview.git diff --git a/pv/popups/channels.hpp b/pv/popups/channels.hpp index eb1e029..e486768 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_;