Cockatrice
2025-11-30-Development-2.11.0-beta.38
A cross-platform virtual tabletop for multiplayer card games
Loading...
Searching...
No Matches
dlg_load_deck.h
Go to the documentation of this file.
1
7
8
#ifndef DLG_LOAD_DECK_H
9
#define DLG_LOAD_DECK_H
10
11
#include <QFileDialog>
12
17
class
DlgLoadDeck
:
public
QFileDialog
18
{
19
Q_OBJECT
20
21
void
actAccepted
();
22
23
public
:
24
explicit
DlgLoadDeck
(QWidget *parent =
nullptr
);
25
};
26
27
#endif
// DLG_LOAD_DECK_H
DlgLoadDeck::DlgLoadDeck
DlgLoadDeck(QWidget *parent=nullptr)
Definition
dlg_load_deck.cpp:6
DlgLoadDeck::actAccepted
void actAccepted()
Definition
dlg_load_deck.cpp:19
cockatrice
src
interface
widgets
dialogs
dlg_load_deck.h
Generated by
1.14.0