summaryrefslogtreecommitdiffstats
path: root/kexi/doc/handbook
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-07-09 02:23:29 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-07-09 02:23:29 +0000
commit7c71ab86d1f7e387fc3df63b48df07231f111862 (patch)
tree30ba2d2f840ff5fd458b6113e9c3f2e8a71d510d /kexi/doc/handbook
parentafbfdc507bfaafc8824a9808311d57a9ece87510 (diff)
downloadkoffice-7c71ab86d1f7e387fc3df63b48df07231f111862.tar.gz
koffice-7c71ab86d1f7e387fc3df63b48df07231f111862.zip
Remove the tq in front of these incorrectly TQt4-converted methods/data members:
tqrepaint[...] tqinvalidate[...] tqparent[...] tqmask[...] tqlayout[...] tqalignment[...] git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/koffice@1240522 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kexi/doc/handbook')
-rw-r--r--kexi/doc/handbook/html.tmp/05_04_00_form_designing.html22
-rw-r--r--kexi/doc/handbook/translation-status.txt8
2 files changed, 15 insertions, 15 deletions
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 bca5a387..16195281 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
@@ -246,7 +246,7 @@ After switching to the form's <em>data view</em> you can try whether the action
</ul>
<a name="form_layouts"></a>
-<H3>5.4.9. Widget tqlayouts</H3>
+<H3>5.4.9. Widget layouts</H3>
<p>
In most cases form widgets should be reasonable placed and aligned. Positioning, aligning and resizing widgets by hand is not easy and these parameters are not adjusted when the user resizes the form. In fact the situation is even worse because you cannot assume a given form requires a given space because users have different font sizes and display resolutions.
</p>
@@ -256,7 +256,7 @@ The following example presents a form where text fields and labels were placed b
<br>An example form with widgets that cannot not fit in the window<br><br>
</p>
<p>
-Using special tool called <em>widget tqlayouts</em> can help to automatically lay out the form widgets. Widget tqlayout is an action of grouping two or more widgets so these are well positioned and have appropriate sizes.
+Using special tool called <em>widget layouts</em> can help to automatically lay out the form widgets. Widget tqlayout is an action of grouping two or more widgets so these are well positioned and have appropriate sizes.
</p>
<p>
Using tqlayout in this form improves tqalignment. Moreover, its space is better developed. Text fields are closer each other, spacing is constant.
@@ -311,9 +311,9 @@ Besides the grid type, there are other widget tqlayout types.
</p>
<a name="form_springs"></a>
-<H4>Springs in widget tqlayouts</H4>
+<H4>Springs in widget layouts</H4>
<p>
-A <em>spring</em> in widget tqlayouts is a special, invisible element allowing to adjust widget's position and size within tqlayouts. Such a spring stretches or squeezes a widget on the right, top, bottom or left hand, so it can have desired size and position.
+A <em>spring</em> in widget layouts is a special, invisible element allowing to adjust widget's position and size within layouts. Such a spring stretches or squeezes a widget on the right, top, bottom or left hand, so it can have desired size and position.
</p>
<p>To use a spring:
<ol>
@@ -331,9 +331,9 @@ To make springs work you need to create a global widget tqlayout i.e. a tqlayout
</p>
<a name="advanced_form_layouts"></a>
-<H4>Advanced widget tqlayouts</H4>
+<H4>Advanced widget layouts</H4>
<p>
-Widget tqlayouts can be combined (or nested). On the following example you can identify two nested tqlayouts:
+Widget layouts can be combined (or nested). On the following example you can identify two nested layouts:
</p>
<p>
<ol>
@@ -343,7 +343,7 @@ Widget tqlayouts can be combined (or nested). On the following example you can i
</p>
<p>
<img src="img/05_04_08_form_advanced_layout.png">
- <br>Two widget tqlayouts combined: horizontal tqlayout inside of a grid tqlayout<br><br>
+ <br>Two widget layouts combined: horizontal tqlayout inside of a grid tqlayout<br><br>
</p>
<p>
The horizontal tqlayout is treat in the example as a single widget by the grid tqlayout - it takes exactly one &quot;cell&quot; of the grid.
@@ -356,11 +356,11 @@ After opening a form designed this way in the data view, you can notice (by resi
</ul>
<p>
<img src="img/05_04_08_form_advanced_layout_view.png">
- <br>The form using the two tqlayouts displayed in data view<br><br>
+ <br>The form using the two layouts displayed in data view<br><br>
</p>
-<a name="tqlayout_breaking"></a>
-<H4>Removing widget tqlayouts</H4>
+<a name="layout_breaking"></a>
+<H4>Removing widget layouts</H4>
<p>
To remove widget tqlayout without removing widgets, perform one of these actions:
<ul>
@@ -373,7 +373,7 @@ To remove widget tqlayout without removing widgets, perform one of these actions
<p>Removing widget tqlayout using the <em>Break Layout</em> command will not remove widgets contained in the tqlayout. If you want to remove the widgets as well, just select the tqlayout by clicking on its border and press <kbd>Delete</kbd> key or use <nobr><em>Edit -&gt <img src="icons/editdelete.png" class="icon"> Delete</em></nobr> menu command or context menu command.
</p>
-<a name="tqlayout_size_types"></a>
+<a name="layout_size_types"></a>
<H4>Size policies for widgets within a tqlayout</H4>
<p>
Instead of setting a fixed size for your widgets, in &kexi; you can choose between various widget's <em>size policies</em>. A size policy is a flexible strategy for controlling how a widget is stretched (or shrunk) depending on other neighbouring widgets and space available within the form.
diff --git a/kexi/doc/handbook/translation-status.txt b/kexi/doc/handbook/translation-status.txt
index 278770d8..65aa6008 100644
--- a/kexi/doc/handbook/translation-status.txt
+++ b/kexi/doc/handbook/translation-status.txt
@@ -68,10 +68,10 @@ DONE 5.4.6. Assigning data sources
DONE 5.4.7. Inserting text labels
DONE 5.4.8. Actions
DONE * Assigning actions to form buttons
-DONE 5.4.9. Widget tqlayouts
-DONE * Springs in widget tqlayouts
-DONE * Advanced widget tqlayouts
-DONE * Removing widget tqlayouts
+DONE 5.4.9. Widget layouts
+DONE * Springs in widget layouts
+DONE * Advanced widget layouts
+DONE * Removing widget layouts
DONE * Size policies for widgets within a tqlayout
DONE 5.4.10. Setting widgets size and position by hand
DONE 5.4.11. Setting the tab order