X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fview%2Fdecodetrace.hpp;h=619c7327b7ba838663340e270f5e61dbb7012234;hb=4c7a19d3d7049bcc9fb3185ce2bc91333a7ca9e1;hp=c4cb6fa553015b48a3f977d49629a3fe8b08830e;hpb=60938e0430a0d08792ba53b86ca94153baaed74d;p=pulseview.git diff --git a/pv/view/decodetrace.hpp b/pv/view/decodetrace.hpp index c4cb6fa..619c732 100644 --- a/pv/view/decodetrace.hpp +++ b/pv/view/decodetrace.hpp @@ -74,6 +74,7 @@ private: struct ChannelSelector { const QComboBox *combo_; + const QComboBox *combo_initial_pin_; const shared_ptr decoder_; const srd_channel *pdch_; }; @@ -182,6 +183,10 @@ private: const shared_ptr &dec, const srd_channel *const pdch); + QComboBox* create_channel_selector_initial_pin(QWidget *parent, + const shared_ptr &dec, + const srd_channel *const pdch); + void commit_decoder_channels(shared_ptr &dec); void commit_channels(); @@ -196,6 +201,8 @@ private Q_SLOTS: void on_channel_selected(int); + void on_initial_pin_selected(int); + void on_stack_decoder(srd_decoder *decoder); void on_delete_decoder(int index);