diff options
Diffstat (limited to 'kexi/doc')
-rw-r--r-- | kexi/doc/dev/kexi_issues.txt | 2 | ||||
-rw-r--r-- | kexi/doc/dev/kexidb_issues.txt | 2 | ||||
-rw-r--r-- | kexi/doc/handbook/html.tmp/05_04_00_form_designing.html | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/kexi/doc/dev/kexi_issues.txt b/kexi/doc/dev/kexi_issues.txt index f6a27b7f..62292f2d 100644 --- a/kexi/doc/dev/kexi_issues.txt +++ b/kexi/doc/dev/kexi_issues.txt @@ -17,7 +17,7 @@ Easy example: form and report depends on table/query (or more tables and queries). This dependency can be called inheriting when we wnat to reuse as many - as possible properties of tqparent 'object' in child 'object'. + as possible properties of parent 'object' in child 'object'. Examples of these properties: table colors, columns widths, etc. can be reused in forms/reports that use this its data. diff --git a/kexi/doc/dev/kexidb_issues.txt b/kexi/doc/dev/kexidb_issues.txt index 576a64de..0dd945c6 100644 --- a/kexi/doc/dev/kexidb_issues.txt +++ b/kexi/doc/dev/kexidb_issues.txt @@ -191,7 +191,7 @@ kexi__querydata q_sql varchar, //raw sql text - stored in the unchanged form entered by a user (or generated) q_valid boolean, //query schema may be invalid (syntactically or logically, //but still can be stored) - q_parent_tab integer REFERENCES kexi__objects(o_id) //tqparent table of this query + q_parent_tab integer REFERENCES kexi__objects(o_id) //parent table of this query //This table contains information about fields defined in select queries kexi__queryfields diff --git a/kexi/doc/handbook/html.tmp/05_04_00_form_designing.html b/kexi/doc/handbook/html.tmp/05_04_00_form_designing.html index 9d74be25..bfab0a72 100644 --- a/kexi/doc/handbook/html.tmp/05_04_00_form_designing.html +++ b/kexi/doc/handbook/html.tmp/05_04_00_form_designing.html @@ -82,7 +82,7 @@ Additional toolbars are also available: <a name="widgets_tab"></a> <H3>5.4.4. Using the "Widgets" tab</H3> <p> -The "Widgets" tab in the Property pane provides a list of form widgets and their hierarchy. Each widget is presented within the hierarchy beside other widgets being on the same level (the same tqparent container). Child widgets (inside containers) are presented using indented names. +The "Widgets" tab in the Property pane provides a list of form widgets and their hierarchy. Each widget is presented within the hierarchy beside other widgets being on the same level (the same parent container). Child widgets (inside containers) are presented using indented names. </p> <p> |