X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fpopups%2Fchannels.hpp;h=eb1e029773f1d9204c7845270e0605033b0932a2;hp=56a7bd1a643abf3611106afc91d3e7e42a5bd3d0;hb=ec2aadfe0fc0aca0893ea6fa43af79305e1cdbdb;hpb=5b35d18ccf2e5a8949d1b4b37d06bf527480e547 diff --git a/pv/popups/channels.hpp b/pv/popups/channels.hpp index 56a7bd1a..eb1e0297 100644 --- a/pv/popups/channels.hpp +++ b/pv/popups/channels.hpp @@ -25,8 +25,10 @@ #include #include +#include #include -#include +#include +#include #include #include @@ -37,9 +39,6 @@ using std::map; using std::shared_ptr; using std::vector; -class QCheckBox; -class QGridLayout; - namespace sigrok { class ChannelGroup; } @@ -105,7 +104,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_;