X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fpopups%2Fchannels.hpp;h=d9c5b967f49980e682239b1729766ce8e819a4cb;hp=56a7bd1a643abf3611106afc91d3e7e42a5bd3d0;hb=efadabab3de1a4c5b9cd09316de5d9ae66251519;hpb=eaa02ef436fb9d8217a94076e1258da47d3cd8e0 diff --git a/pv/popups/channels.hpp b/pv/popups/channels.hpp index 56a7bd1a..d9c5b967 100644 --- a/pv/popups/channels.hpp +++ b/pv/popups/channels.hpp @@ -25,8 +25,9 @@ #include #include +#include #include -#include +#include #include #include @@ -37,9 +38,6 @@ using std::map; using std::shared_ptr; using std::vector; -class QCheckBox; -class QGridLayout; - namespace sigrok { class ChannelGroup; } @@ -105,7 +103,7 @@ private: check_box_signal_map_; map< shared_ptr, QLabel*> group_label_map_; - QHBoxLayout buttons_bar_; + QGridLayout 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_;