Home
last modified time | relevance | path

Searched refs:status_bar_label (Results 1 – 8 of 8) sorted by relevance

/dports/games/freeciv/freeciv-2.6.6/client/gui-qt/
H A Dfc_client.cpp100 status_bar_label = NULL; in fc_client()
151 status_bar_label = new QLabel; in init()
152 status_bar_label->setAlignment(Qt::AlignCenter); in init()
153 status_bar->addWidget(status_bar_label, 1); in init()
H A Dfc_client.h220 QLabel *status_bar_label; variable
H A Dpages.cpp430 if (status_bar_label->text().isEmpty()) { in set_status_bar()
431 status_bar_label->setText(message); in set_status_bar()
450 status_bar_label->setText(str); in clear_status_bar()
453 status_bar_label->setText(""); in clear_status_bar()
/dports/games/freeciv-nox11/freeciv-2.6.6/client/gui-qt/
H A Dfc_client.cpp100 status_bar_label = NULL; in fc_client()
151 status_bar_label = new QLabel; in init()
152 status_bar_label->setAlignment(Qt::AlignCenter); in init()
153 status_bar->addWidget(status_bar_label, 1); in init()
H A Dfc_client.h220 QLabel *status_bar_label; variable
H A Dpages.cpp430 if (status_bar_label->text().isEmpty()) { in set_status_bar()
431 status_bar_label->setText(message); in set_status_bar()
450 status_bar_label->setText(str); in clear_status_bar()
453 status_bar_label->setText(""); in clear_status_bar()
/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Dardour_ui.h827 Gtk::Label status_bar_label; variable
H A Dardour_ui2.cc113 status_bar_label.set_text (""); in status_bar_button_press()