Home
last modified time | relevance | path

Searched refs:nation_tabs (Results 1 – 4 of 4) sorted by relevance

/dports/games/freeciv-nox11/freeciv-2.6.6/client/gui-qt/
H A Ddialogs.cpp265 nation_tabs = new QTableWidget(); in races_dialog()
285 nation_tabs->setRowCount(0); in races_dialog()
286 nation_tabs->setColumnCount(1); in races_dialog()
292 nation_tabs->setShowGrid(false); in races_dialog()
441 nation_tabs->clearContents(); in refresh()
442 nation_tabs->setRowCount(0); in refresh()
443 nation_tabs->insertRow(0); in refresh()
447 nation_tabs->setItem(0, 0, item); in refresh()
467 nation_tabs->insertRow(i); in refresh()
530 i = nation_tabs->currentRow(); in set_index()
[all …]
H A Ddialogs.h132 QTableWidget *nation_tabs; variable
/dports/games/freeciv/freeciv-2.6.6/client/gui-qt/
H A Ddialogs.cpp265 nation_tabs = new QTableWidget(); in races_dialog()
285 nation_tabs->setRowCount(0); in races_dialog()
286 nation_tabs->setColumnCount(1); in races_dialog()
292 nation_tabs->setShowGrid(false); in races_dialog()
441 nation_tabs->clearContents(); in refresh()
442 nation_tabs->setRowCount(0); in refresh()
443 nation_tabs->insertRow(0); in refresh()
447 nation_tabs->setItem(0, 0, item); in refresh()
467 nation_tabs->insertRow(i); in refresh()
530 i = nation_tabs->currentRow(); in set_index()
[all …]
H A Ddialogs.h132 QTableWidget *nation_tabs; variable