mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-14 02:36:51 -07:00
Add DynamicGridWidget
This commit is contained in:
parent
498e48e4f6
commit
0e547f1540
5 changed files with 166 additions and 1 deletions
|
@ -20,10 +20,16 @@
|
|||
|
||||
#include <QWidget>
|
||||
|
||||
class QTableWidget;
|
||||
class DynamicGridWidget;
|
||||
|
||||
class MainWindow : public QWidget
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
private:
|
||||
DynamicGridWidget *grid_widget;
|
||||
|
||||
public:
|
||||
explicit MainWindow(QWidget *parent = nullptr);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue