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/columnforeignkeypanel.ui | 147 +++++++++++++++++++++ 1 file changed, 147 insertions(+) create mode 100644 SQLiteStudio3/guiSQLiteStudio/constraints/columnforeignkeypanel.ui (limited to 'SQLiteStudio3/guiSQLiteStudio/constraints/columnforeignkeypanel.ui') diff --git a/SQLiteStudio3/guiSQLiteStudio/constraints/columnforeignkeypanel.ui b/SQLiteStudio3/guiSQLiteStudio/constraints/columnforeignkeypanel.ui new file mode 100644 index 0000000..c442967 --- /dev/null +++ b/SQLiteStudio3/guiSQLiteStudio/constraints/columnforeignkeypanel.ui @@ -0,0 +1,147 @@ + + + ColumnForeignKeyPanel + + + + 0 + 0 + 400 + 320 + + + + + 0 + 320 + + + + Form + + + + + + + + + Foreign table: + + + + + + + + + + + + + + + + Foreign column: + + + + + + + + + + + + + Reactions + + + + + + ON UPDATE + + + + + + + + + + ON DELETE + + + + + + + MATCH + + + + + + + + + + + + + + + + Deferred foreign key + + + + + + + + + + + + + + + + + + Named constraint + + + + + + + Constraint name + + + + + + + + + + fkTableCombo + fkColumnCombo + onUpdateCheckBox + onUpdateCombo + onDeleteCheckBox + onDeleteCombo + matchCheckBox + matchCombo + deferrableCombo + initiallyCombo + namedCheckBox + nameEdit + + + + -- cgit v1.2.3