X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fpopups%2Fchannels.hpp;h=d9c5b967f49980e682239b1729766ce8e819a4cb;hb=3b6c4a1fe75289e56be6bc2a5d1b9e24ccdd1744;hp=56a7bd1a643abf3611106afc91d3e7e42a5bd3d0;hpb=5b35d18ccf2e5a8949d1b4b37d06bf527480e547;p=pulseview.git diff --git a/pv/popups/channels.hpp b/pv/popups/channels.hpp index 56a7bd1..d9c5b96 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_;