comparison libgui/src/set-path-dialog.h @ 31647:431f80aba37a

maint: Merge stable to default.
author John W. Eaton <jwe@octave.org>
date Tue, 06 Dec 2022 15:37:43 -0500
parents ca7d58406f82 c6d54dd31a7e
children deb553ac2c54
comparison
equal deleted inserted replaced
31645:bd9da634f00d 31647:431f80aba37a
37 class QPushButton; 37 class QPushButton;
38 class QListView; 38 class QListView;
39 class QVBoxLayout; 39 class QVBoxLayout;
40 class QHBoxLayout; 40 class QHBoxLayout;
41 41
42 namespace octave 42 OCTAVE_BEGIN_NAMESPACE(octave)
43 { 43
44 class set_path_dialog : public QDialog 44 class set_path_dialog : public QDialog
45 { 45 {
46 Q_OBJECT 46 Q_OBJECT
47 47
48 public: 48 public:
108 QPushButton *m_move_to_bottom_button; 108 QPushButton *m_move_to_bottom_button;
109 QPushButton *m_move_up_button; 109 QPushButton *m_move_up_button;
110 QPushButton *m_move_down_button; 110 QPushButton *m_move_down_button;
111 QPushButton *m_remove_button; 111 QPushButton *m_remove_button;
112 }; 112 };
113 } 113
114 OCTAVE_END_NAMESPACE(octave)
114 115
115 #endif 116 #endif