Freeciv-3.3
|
#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 () |
Popup a window to let the user edit their message options.
Definition at line 175 of file messagedlg.cpp.