Warning, /office/calligra/sheets/dialogs/ProtectionWidget.ui is written in an unsupported language. File is not indexed.

0001 <ui version="4.0" >
0002  <author>The KSpread Team &lt;calligra-devel@kde.org></author>
0003  <comment>This file is part of the KDE project
0004 Copyright (C) 2006 The KSpread Team &lt;calligra-devel@kde.org>
0005 
0006 This library is free software; you can redistribute it and/or
0007 modify it under the terms of the GNU Library General Public
0008 License as published by the Free Software Foundation; either
0009 version 2 of the License, or (at your option) any later version.
0010 
0011 This library is distributed in the hope that it will be useful,
0012 but WITHOUT ANY WARRANTY; without even the implied warranty of
0013 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
0014 GNU Library General Public License for more details.
0015 
0016 You should have received a copy of the GNU Library General Public
0017 License along with this library; see the file COPYING.LIB.  If not,
0018 write to the Free Software Foundation, Inc., 51 Franklin Street,
0019 Fifth Floor, Boston, MA 02110-1301, USA.</comment>
0020  <class>ProtectionWidget</class>
0021  <widget class="QWidget" name="ProtectionWidget" >
0022   <property name="geometry" >
0023    <rect>
0024     <x>0</x>
0025     <y>0</y>
0026     <width>250</width>
0027     <height>203</height>
0028    </rect>
0029   </property>
0030   <property name="whatsThis" >
0031    <string>This tab enables you to set Cell Protection. All cells are protected by default (that means cell content cannot be changed) and for the cell protection to be active you also need to protect the sheet using the Tools -> Protect Sheet... menu and to provide a password.
0032 You can also hide the cell formula in order to protect the way you calculate the formula. This also needs to enable sheet protection to work.
0033 You can hide the cell content with Hide all and again this needs sheet protection.
0034 You can learn more about all these settings in the User Manual in the Advanced Calligra Sheets chapter.</string>
0035   </property>
0036   <layout class="QGridLayout" >
0037    <item row="1" column="0" >
0038     <widget class="QGroupBox" name="groupBox2" >
0039      <property name="title" >
0040       <string>Printing</string>
0041      </property>
0042      <layout class="QGridLayout" >
0043       <item row="0" column="0" >
0044        <widget class="QCheckBox" name="m_bDontPrint" >
0045         <property name="whatsThis" >
0046          <string>If checked, the content of the cell will not be printed. If this is not checked (default), the cell content will be printed.
0047 Note that you can print it even if the cell is protected</string>
0048         </property>
0049         <property name="text" >
0050          <string>&amp;Do not print text</string>
0051         </property>
0052        </widget>
0053       </item>
0054      </layout>
0055     </widget>
0056    </item>
0057    <item row="0" column="0" >
0058     <widget class="QGroupBox" name="groupBox1" >
0059      <property name="title" >
0060       <string>Protection</string>
0061      </property>
0062      <layout class="QGridLayout" >
0063       <item row="0" column="0" >
0064        <layout class="QVBoxLayout" >
0065         <item>
0066          <widget class="QCheckBox" name="m_bHideAll" >
0067           <property name="whatsThis" >
0068            <string>This hides the cell content and works only when the sheet is protected. Whether the cell itself is protected or not does not matter.</string>
0069           </property>
0070           <property name="text" >
0071            <string>Hide &amp;all</string>
0072           </property>
0073          </widget>
0074         </item>
0075         <item>
0076          <layout class="QHBoxLayout" >
0077           <item>
0078            <spacer>
0079             <property name="orientation" >
0080              <enum>Qt::Horizontal</enum>
0081             </property>
0082             <property name="sizeType" >
0083              <enum>QSizePolicy::Expanding</enum>
0084             </property>
0085             <property name="sizeHint" >
0086              <size>
0087               <width>30</width>
0088               <height>21</height>
0089              </size>
0090             </property>
0091            </spacer>
0092           </item>
0093           <item>
0094            <widget class="QCheckBox" name="m_bIsProtected" >
0095             <property name="whatsThis" >
0096              <string>If checked, the cell content will be protected. This is the default behavior. You need to protect the whole sheet using the Tools -> Protect Sheet... menu option for this individual cell protection to work. See the manual for more details in the Advanced Calligra Sheets chapter. When a cell is protected, its content cannot be changed.</string>
0097             </property>
0098             <property name="text" >
0099              <string>&amp;Protected</string>
0100             </property>
0101             <property name="checked" >
0102              <bool>true</bool>
0103             </property>
0104            </widget>
0105           </item>
0106          </layout>
0107         </item>
0108         <item>
0109          <layout class="QHBoxLayout" >
0110           <item>
0111            <spacer>
0112             <property name="orientation" >
0113              <enum>Qt::Horizontal</enum>
0114             </property>
0115             <property name="sizeType" >
0116              <enum>QSizePolicy::Expanding</enum>
0117             </property>
0118             <property name="sizeHint" >
0119              <size>
0120               <width>30</width>
0121               <height>20</height>
0122              </size>
0123             </property>
0124            </spacer>
0125           </item>
0126           <item>
0127            <widget class="QCheckBox" name="m_bHideFormula" >
0128             <property name="whatsThis" >
0129              <string>When this is checked, the cell is still visible. However, its contents do not appear in the Formula bar. Hiding formula is only working for cells that contain formulae so the user cannot view the formula. And the sheet must be protected for this to work.</string>
0130             </property>
0131             <property name="text" >
0132              <string>&amp;Hide formula</string>
0133             </property>
0134            </widget>
0135           </item>
0136          </layout>
0137         </item>
0138        </layout>
0139       </item>
0140      </layout>
0141     </widget>
0142    </item>
0143    <item row="2" column="0" >
0144     <spacer>
0145      <property name="orientation" >
0146       <enum>Qt::Vertical</enum>
0147      </property>
0148      <property name="sizeType" >
0149       <enum>QSizePolicy::Expanding</enum>
0150      </property>
0151      <property name="sizeHint" >
0152       <size>
0153        <width>20</width>
0154        <height>20</height>
0155       </size>
0156      </property>
0157     </spacer>
0158    </item>
0159   </layout>
0160  </widget>
0161   <tabstops>
0162   <tabstop>m_bHideAll</tabstop>
0163   <tabstop>m_bIsProtected</tabstop>
0164   <tabstop>m_bHideFormula</tabstop>
0165   <tabstop>m_bDontPrint</tabstop>
0166  </tabstops>
0167  <resources/>
0168  <connections/>
0169 </ui>