Cockatrice
2026-06-01-Development-3.1.0-beta.3
A virtual tabletop for multiplayer card games
Loading...
Searching...
No Matches
abstract_settings_page.h
Go to the documentation of this file.
1
#ifndef COCKATRICE_ABSTRACT_SETTINGS_PAGE_H
2
#define COCKATRICE_ABSTRACT_SETTINGS_PAGE_H
3
4
#include <QWidget>
5
6
#define WIKI_CUSTOM_PIC_URL "https://github.com/Cockatrice/Cockatrice/wiki/Custom-Picture-Download-URLs"
7
#define WIKI_CUSTOM_SHORTCUTS "https://github.com/Cockatrice/Cockatrice/wiki/Custom-Keyboard-Shortcuts"
8
#define WIKI_TRANSLATION_FAQ "https://github.com/Cockatrice/Cockatrice/wiki/Translation-FAQ"
9
10
class
AbstractSettingsPage
:
public
QWidget
11
{
12
public
:
13
virtual
void
retranslateUi
() = 0;
14
};
15
16
#endif
// COCKATRICE_ABSTRACT_SETTINGS_PAGE_H
AbstractSettingsPage
Definition
abstract_settings_page.h:11
AbstractSettingsPage::retranslateUi
virtual void retranslateUi()=0
cockatrice
src
interface
widgets
settings_page
abstract_settings_page.h
Generated by
1.16.1