49 void item_selected(
const QItemSelection &sl,
const QItemSelection &ds);
53 void paint(QPainter *painter, QPaintEvent *
event);
void sort_def()
Sorts dialog by default column (0)
void go_to_city()
Slot for goto for city.
void update_dlg()
Updates table in widget.
void init()
Sets variables which must be destroyed later.
void close_dlg()
Slot for hiding dialog.
struct tile * original_tile
~goto_dialog() override
Destructor for goto dialog.
goto_dialog(QWidget *parent=0)
Constructor for goto_dialog.
void checkbox_changed(int state)
Slot for checkbox 'all nations'.
void paint(QPainter *painter, QPaintEvent *event)
Paints rectangles for goto_dialog.
QPushButton * airlift_city
void airlift_to()
Slot for airlifting unit.
void show_me()
Shows and moves widget.
void paintEvent(QPaintEvent *event) override
Paint event for goto_dialog.
void item_selected(const QItemSelection &sl, const QItemSelection &ds)
User has chosen some city on table.
void fill_tab(struct player *pplayer)
Helper for function for filling table.