From 7167ce41b61d2ba2cdb526777a4233eb84a3b66a Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Sat, 6 Dec 2014 17:33:25 -0500 Subject: Imported Upstream version 2.99.6 --- .../constraints/tableforeignkeypanel.ui | 215 +++++++++++++++++++++ 1 file changed, 215 insertions(+) create mode 100644 SQLiteStudio3/guiSQLiteStudio/constraints/tableforeignkeypanel.ui (limited to 'SQLiteStudio3/guiSQLiteStudio/constraints/tableforeignkeypanel.ui') diff --git a/SQLiteStudio3/guiSQLiteStudio/constraints/tableforeignkeypanel.ui b/SQLiteStudio3/guiSQLiteStudio/constraints/tableforeignkeypanel.ui new file mode 100644 index 0000000..8917381 --- /dev/null +++ b/SQLiteStudio3/guiSQLiteStudio/constraints/tableforeignkeypanel.ui @@ -0,0 +1,215 @@ + + + TableForeignKeyPanel + + + + 0 + 0 + 400 + 400 + + + + + 0 + 400 + + + + Form + + + + + + + + + Foreign table: + + + + + + + + + + + + + + 8 + true + + + + SQLite 2 does not support foreign keys officially, +but it's okay to use them anyway. + + + Qt::AlignCenter + + + 5 + + + + + + + Columns + + + + + + + + + + 75 + true + + + + Local column + + + + + + + + 75 + true + + + + Foreign column + + + + + + + + + + QFrame::NoFrame + + + QFrame::Plain + + + true + + + + + 0 + 0 + 362 + 25 + + + + + + + + + + + + Reactions + + + + + + ON UPDATE + + + + + + + + + + ON DELETE + + + + + + + MATCH + + + + + + + + + + + + + + + + Deferred foreign key + + + + + + + + + + + + + + + + + + Named constraint + + + + + + + Constraint name + + + + + + + + + + fkTableCombo + columnsArea + onUpdateCheckBox + onUpdateCombo + onDeleteCheckBox + onDeleteCombo + matchCheckBox + matchCombo + deferrableCombo + initiallyCombo + namedCheckBox + nameEdit + + + + -- cgit v1.2.3