From 8362bf63dea22bbf6736609b0f49c152f975eb63 Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 20 Jan 2010 01:29:50 +0000 Subject: Added old abandoned KDE3 version of koffice git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/koffice@1077364 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kspread/dialogs/position_cell_format.ui | 411 ++++++++++++++++++++++++++++++++ 1 file changed, 411 insertions(+) create mode 100644 kspread/dialogs/position_cell_format.ui (limited to 'kspread/dialogs/position_cell_format.ui') diff --git a/kspread/dialogs/position_cell_format.ui b/kspread/dialogs/position_cell_format.ui new file mode 100644 index 00000000..eb3fb840 --- /dev/null +++ b/kspread/dialogs/position_cell_format.ui @@ -0,0 +1,411 @@ + +PositionTab + + + PositionTab + + + + 0 + 0 + 349 + 337 + + + + + unnamed + + + 7 + + + + horizontalGroup + + + + 3 + 5 + 0 + 0 + + + + Horizontal + + + <qt>Set the content position horizontally in the cell. +<b>Standard</b> is default and is set from the format you choose. +<b>Left</b> means the content will be displayed on the left of the cell. +<b>Center</b> means the content will be in the center horizontally in the cell. +<b>Right</b> means the content of the cell will be displayed on the right of the cell.</qt> + + + + unnamed + + + + standard + + + Standard + + + + + layout1 + + + + unnamed + + + + left + + + Left + + + + + center + + + Center + + + + + right + + + Right + + + + + + + + + buttonGroup2 + + + Vertical + + + <qt>Set the content position vertically in the cell. +<b>Top</b> means the content will be displayed on top of the cell. +<b>Middle</b> means the content will be in the middle vertically in the cell. +<b>Bottom</b> means the content of the cell will be displayed at the bottom of the cell.</qt> + + + + unnamed + + + + top + + + Top + + + + + middle + + + Middle + + + + + bottom + + + Bottom + + + + + + + groupBox4 + + + Rotation + + + Your text will appear oriented in the angle you set here. Positive values will move it counter-clockwise and negative values will move it clockwise. + + + + unnamed + + + + angleRotation + + + -90 + + + 90 + + + Horizontal + + + Below + + + 15 + + + + + spinBox3 + + + ° + + + 90 + + + -90 + + + 1 + + + + + + + groupBox3 + + + Text Option + + + This is only available when the rotation is 0°. +Wrap text wraps the text so it fits in the previous cell size. If this is not checked, the text will stay on one line and the cell size will be adjusted to contain the text. +Vertical text puts your text vertically. + + + + unnamed + + + + multi + + + Wrap text + + + + + vertical + + + Vertical text + + + + + + + indentGroup + + + Indent + + + Set the amount of indent that will be used in the cell when you choose the Format -> Increase Indent or Format -> Decrease Indent menus. + + + + + groupBox5 + + + Merge Cells + + + When checked, this has the same effect as Data ->Merge Cells. You need to have at least two consecutive cells selected. Those consecutive cells are then merged into a bigger one. +When a merged cell is selected and when you uncheck this, then all cells come back to their original size as before the merging. It has the same effect as Data -> Dissociate Cells. + + + + unnamed + + + + mergeCell + + + Merge cells + + + + + + + sizeCellGroup + + + Size of Cell + + + The unit used here is the one set in Format -> Page Layout.. dialog. + + + + unnamed + + + + layout3 + + + + unnamed + + + + defaultHeight + + + Default height (%1) + + + If checked, the default height will be used for the cell instead of the value above. + + + + + spacer2 + + + Horizontal + + + MinimumExpanding + + + + 10 + 20 + + + + + + textLabel3 + + + Height: + + + + + m_heightPanel + + + NoFrame + + + Raised + + + Set the height of the cell. + + + + + + + layout5 + + + + unnamed + + + + defaultWidth + + + Default width (%1) + + + If checked, the default width will be used for the cell instead of the value above. + + + + + spacer1 + + + Horizontal + + + MinimumExpanding + + + + 16 + 20 + + + + + + m_widthPanel + + + NoFrame + + + Raised + + + 1 + + + + + textLabel2 + + + Width: + + + + + + + + + + + angleRotation + valueChanged(int) + spinBox3 + setValue(int) + + + spinBox3 + valueChanged(int) + angleRotation + setValue(int) + + + + -- cgit v1.2.1