mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-19 10:20:17 -06:00
@@ -47,6 +47,7 @@ void CreateIndexDialog::tableChanged(const QString& new_table)
|
||||
|
||||
// And put a combobox to select the order in which to index the field in the last column
|
||||
QComboBox* order = new QComboBox(this);
|
||||
order->addItem("");
|
||||
order->addItem("ASC");
|
||||
order->addItem("DESC");
|
||||
ui->tableIndexColumns->setCellWidget(i, 2, order);
|
||||
|
||||
Reference in New Issue
Block a user