Freeciv-3.1
|
#include <QApplication>
#include <QGridLayout>
#include <QLabel>
#include <QPushButton>
#include <QTableWidget>
#include <QHeaderView>
#include "options.h"
#include "fc_client.h"
#include "gui_main.h"
#include "messagedlg.h"
Go to the source code of this file.
Functions | |
void | popup_messageopt_dialog (void) |
void popup_messageopt_dialog | ( | void | ) |
Popup a window to let the user edit their message options.
Definition at line 174 of file messagedlg.cpp.