]> sigrok.org Git - pulseview.git/blobdiff - pv/widgets/decodergroupbox.hpp
Update property widgets before showing device config popup
[pulseview.git] / pv / widgets / decodergroupbox.hpp
index 73bc9971b68bbf90e848569b680422467ce5232f..ed85bdf1b69ca21366ae46c296cdbbcc8f59356e 100644 (file)
@@ -14,8 +14,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
 #ifndef PULSEVIEW_PV_WIDGETS_DECODERGROUPBOX_HPP
@@ -34,7 +33,8 @@ class DecoderGroupBox : public QWidget
        Q_OBJECT
 
 public:
-       DecoderGroupBox(QString title, QWidget *parent = nullptr);
+       DecoderGroupBox(QString title, QString tooltip,
+               QWidget *parent = nullptr, bool isDeletable = true);
 
        void add_layout(QLayout *layout);
 
@@ -50,7 +50,7 @@ private:
        QPushButton show_hide_button_;
 };
 
-} // widgets
-} // pv
+}  // namespace widgets
+}  // namespace pv
 
 #endif // PULSEVIEW_PV_WIDGETS_DECODERGROUPBOX_HPP