Warning, /office/calligraplan/src/config/kptcolorsconfigpanel.ui is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <ui version="4.0">
0003  <class>KPlato::ColorsConfigPanel</class>
0004  <widget class="QWidget" name="KPlato::ColorsConfigPanel">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>402</width>
0010     <height>289</height>
0011    </rect>
0012   </property>
0013   <property name="sizePolicy">
0014    <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
0015     <horstretch>0</horstretch>
0016     <verstretch>0</verstretch>
0017    </sizepolicy>
0018   </property>
0019   <layout class="QVBoxLayout" name="verticalLayout">
0020    <property name="margin">
0021     <number>0</number>
0022    </property>
0023    <item>
0024     <layout class="QHBoxLayout" name="horizontalLayout">
0025      <item>
0026       <widget class="QLabel" name="label_9">
0027        <property name="text">
0028         <string>Gradient:</string>
0029        </property>
0030       </widget>
0031      </item>
0032      <item>
0033       <widget class="KComboBox" name="kcfg_ColorGradientType"/>
0034      </item>
0035      <item>
0036       <spacer name="horizontalSpacer">
0037        <property name="orientation">
0038         <enum>Qt::Horizontal</enum>
0039        </property>
0040        <property name="sizeHint" stdset="0">
0041         <size>
0042          <width>40</width>
0043          <height>20</height>
0044         </size>
0045        </property>
0046       </spacer>
0047      </item>
0048     </layout>
0049    </item>
0050    <item>
0051     <widget class="QTabWidget" name="ui_colors">
0052      <property name="currentIndex">
0053       <number>0</number>
0054      </property>
0055      <widget class="QWidget" name="tab">
0056       <attribute name="title">
0057        <string comment="@title:tab">Summary task</string>
0058       </attribute>
0059       <layout class="QGridLayout" name="gridLayout_4">
0060        <item row="0" column="0">
0061         <widget class="QLabel" name="label">
0062          <property name="sizePolicy">
0063           <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
0064            <horstretch>0</horstretch>
0065            <verstretch>0</verstretch>
0066           </sizepolicy>
0067          </property>
0068          <property name="text">
0069           <string comment="@label:chooser">Default:</string>
0070          </property>
0071          <property name="buddy">
0072           <cstring>kcfg_SummaryTaskDefaultColor</cstring>
0073          </property>
0074         </widget>
0075        </item>
0076        <item row="0" column="1">
0077         <widget class="KColorCombo" name="kcfg_SummaryTaskDefaultColor">
0078          <property name="sizePolicy">
0079           <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
0080            <horstretch>0</horstretch>
0081            <verstretch>0</verstretch>
0082           </sizepolicy>
0083          </property>
0084          <property name="kcfg_property" stdset="0">
0085           <cstring>color</cstring>
0086          </property>
0087         </widget>
0088        </item>
0089        <item row="1" column="0" colspan="2">
0090         <widget class="QGroupBox" name="kcfg_SummaryTaskLevelColorsEnabled">
0091          <property name="title">
0092           <string comment="@title:group">Use level colors</string>
0093          </property>
0094          <property name="checkable">
0095           <bool>true</bool>
0096          </property>
0097          <property name="checked">
0098           <bool>false</bool>
0099          </property>
0100          <layout class="QGridLayout" name="gridLayout">
0101           <item row="0" column="0">
0102            <widget class="QLabel" name="label_3">
0103             <property name="sizePolicy">
0104              <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
0105               <horstretch>0</horstretch>
0106               <verstretch>0</verstretch>
0107              </sizepolicy>
0108             </property>
0109             <property name="text">
0110              <string comment="@label:chooser">Level 1</string>
0111             </property>
0112             <property name="buddy">
0113              <cstring>kcfg_SummaryTaskDefaultColor</cstring>
0114             </property>
0115            </widget>
0116           </item>
0117           <item row="0" column="1">
0118            <widget class="KColorCombo" name="kcfg_SummaryTaskLevelColor_1">
0119             <property name="sizePolicy">
0120              <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
0121               <horstretch>0</horstretch>
0122               <verstretch>0</verstretch>
0123              </sizepolicy>
0124             </property>
0125             <property name="kcfg_property" stdset="0">
0126              <cstring>color</cstring>
0127             </property>
0128            </widget>
0129           </item>
0130           <item row="1" column="0">
0131            <widget class="QLabel" name="label_4">
0132             <property name="sizePolicy">
0133              <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
0134               <horstretch>0</horstretch>
0135               <verstretch>0</verstretch>
0136              </sizepolicy>
0137             </property>
0138             <property name="text">
0139              <string comment="@label:chooser">Level 2</string>
0140             </property>
0141             <property name="buddy">
0142              <cstring>kcfg_SummaryTaskDefaultColor</cstring>
0143             </property>
0144            </widget>
0145           </item>
0146           <item row="1" column="1">
0147            <widget class="KColorCombo" name="kcfg_SummaryTaskLevelColor_2">
0148             <property name="sizePolicy">
0149              <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
0150               <horstretch>0</horstretch>
0151               <verstretch>0</verstretch>
0152              </sizepolicy>
0153             </property>
0154             <property name="kcfg_property" stdset="0">
0155              <cstring>color</cstring>
0156             </property>
0157            </widget>
0158           </item>
0159           <item row="2" column="0">
0160            <widget class="QLabel" name="label_5">
0161             <property name="sizePolicy">
0162              <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
0163               <horstretch>0</horstretch>
0164               <verstretch>0</verstretch>
0165              </sizepolicy>
0166             </property>
0167             <property name="text">
0168              <string comment="@label:chooser">Level 3</string>
0169             </property>
0170             <property name="buddy">
0171              <cstring>kcfg_SummaryTaskDefaultColor</cstring>
0172             </property>
0173            </widget>
0174           </item>
0175           <item row="2" column="1">
0176            <widget class="KColorCombo" name="kcfg_SummaryTaskLevelColor_3">
0177             <property name="sizePolicy">
0178              <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
0179               <horstretch>0</horstretch>
0180               <verstretch>0</verstretch>
0181              </sizepolicy>
0182             </property>
0183             <property name="kcfg_property" stdset="0">
0184              <cstring>color</cstring>
0185             </property>
0186            </widget>
0187           </item>
0188           <item row="3" column="0">
0189            <widget class="QLabel" name="label_10">
0190             <property name="sizePolicy">
0191              <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
0192               <horstretch>0</horstretch>
0193               <verstretch>0</verstretch>
0194              </sizepolicy>
0195             </property>
0196             <property name="text">
0197              <string comment="@label:chooser">Level 4</string>
0198             </property>
0199             <property name="buddy">
0200              <cstring>kcfg_SummaryTaskDefaultColor</cstring>
0201             </property>
0202            </widget>
0203           </item>
0204           <item row="3" column="1">
0205            <widget class="KColorCombo" name="kcfg_SummaryTaskLevelColor_4">
0206             <property name="sizePolicy">
0207              <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
0208               <horstretch>0</horstretch>
0209               <verstretch>0</verstretch>
0210              </sizepolicy>
0211             </property>
0212             <property name="kcfg_property" stdset="0">
0213              <cstring>color</cstring>
0214             </property>
0215            </widget>
0216           </item>
0217          </layout>
0218         </widget>
0219        </item>
0220        <item row="2" column="0">
0221         <widget class="Line" name="line_2">
0222          <property name="orientation">
0223           <enum>Qt::Vertical</enum>
0224          </property>
0225         </widget>
0226        </item>
0227       </layout>
0228      </widget>
0229      <widget class="QWidget" name="tab_2">
0230       <attribute name="title">
0231        <string comment="@title:tab">Task</string>
0232       </attribute>
0233       <layout class="QGridLayout" name="gridLayout_2">
0234        <item row="0" column="0">
0235         <widget class="QLabel" name="label_2">
0236          <property name="sizePolicy">
0237           <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
0238            <horstretch>0</horstretch>
0239            <verstretch>0</verstretch>
0240           </sizepolicy>
0241          </property>
0242          <property name="text">
0243           <string comment="@label:chooser">Normal:</string>
0244          </property>
0245          <property name="alignment">
0246           <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0247          </property>
0248          <property name="buddy">
0249           <cstring>kcfg_TaskNormalColor</cstring>
0250          </property>
0251         </widget>
0252        </item>
0253        <item row="0" column="1">
0254         <widget class="KColorCombo" name="kcfg_TaskNormalColor">
0255          <property name="sizePolicy">
0256           <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
0257            <horstretch>0</horstretch>
0258            <verstretch>0</verstretch>
0259           </sizepolicy>
0260          </property>
0261          <property name="kcfg_property" stdset="0">
0262           <cstring>color</cstring>
0263          </property>
0264         </widget>
0265        </item>
0266        <item row="1" column="0">
0267         <widget class="QLabel" name="label_8">
0268          <property name="sizePolicy">
0269           <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
0270            <horstretch>0</horstretch>
0271            <verstretch>0</verstretch>
0272           </sizepolicy>
0273          </property>
0274          <property name="text">
0275           <string comment="@label:chooser">Critical:</string>
0276          </property>
0277          <property name="alignment">
0278           <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0279          </property>
0280          <property name="buddy">
0281           <cstring>kcfg_TaskCriticalColor</cstring>
0282          </property>
0283         </widget>
0284        </item>
0285        <item row="1" column="1">
0286         <widget class="KColorCombo" name="kcfg_TaskCriticalColor">
0287          <property name="sizePolicy">
0288           <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
0289            <horstretch>0</horstretch>
0290            <verstretch>0</verstretch>
0291           </sizepolicy>
0292          </property>
0293          <property name="kcfg_property" stdset="0">
0294           <cstring>color</cstring>
0295          </property>
0296         </widget>
0297        </item>
0298        <item row="2" column="0">
0299         <widget class="QLabel" name="label_7">
0300          <property name="sizePolicy">
0301           <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
0302            <horstretch>0</horstretch>
0303            <verstretch>0</verstretch>
0304           </sizepolicy>
0305          </property>
0306          <property name="text">
0307           <string comment="@label:chooser">Finished:</string>
0308          </property>
0309          <property name="alignment">
0310           <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0311          </property>
0312          <property name="buddy">
0313           <cstring>kcfg_TaskFinishedColor</cstring>
0314          </property>
0315         </widget>
0316        </item>
0317        <item row="2" column="1">
0318         <widget class="KColorCombo" name="kcfg_TaskFinishedColor">
0319          <property name="sizePolicy">
0320           <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
0321            <horstretch>0</horstretch>
0322            <verstretch>0</verstretch>
0323           </sizepolicy>
0324          </property>
0325          <property name="kcfg_property" stdset="0">
0326           <cstring>color</cstring>
0327          </property>
0328         </widget>
0329        </item>
0330        <item row="3" column="0">
0331         <widget class="QLabel" name="label_6">
0332          <property name="sizePolicy">
0333           <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
0334            <horstretch>0</horstretch>
0335            <verstretch>0</verstretch>
0336           </sizepolicy>
0337          </property>
0338          <property name="text">
0339           <string comment="@label:chooser">Error:</string>
0340          </property>
0341          <property name="alignment">
0342           <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0343          </property>
0344          <property name="buddy">
0345           <cstring>kcfg_TaskErrorColor</cstring>
0346          </property>
0347         </widget>
0348        </item>
0349        <item row="3" column="1">
0350         <widget class="KColorCombo" name="kcfg_TaskErrorColor">
0351          <property name="sizePolicy">
0352           <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
0353            <horstretch>0</horstretch>
0354            <verstretch>0</verstretch>
0355           </sizepolicy>
0356          </property>
0357          <property name="kcfg_property" stdset="0">
0358           <cstring>color</cstring>
0359          </property>
0360         </widget>
0361        </item>
0362        <item row="4" column="1">
0363         <widget class="Line" name="line">
0364          <property name="orientation">
0365           <enum>Qt::Vertical</enum>
0366          </property>
0367         </widget>
0368        </item>
0369       </layout>
0370      </widget>
0371      <widget class="QWidget" name="tab_3">
0372       <attribute name="title">
0373        <string comment="@title:tab">Milestone</string>
0374       </attribute>
0375       <layout class="QGridLayout" name="gridLayout_3">
0376        <item row="0" column="0">
0377         <widget class="QLabel" name="label_12">
0378          <property name="sizePolicy">
0379           <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
0380            <horstretch>0</horstretch>
0381            <verstretch>0</verstretch>
0382           </sizepolicy>
0383          </property>
0384          <property name="text">
0385           <string comment="@label:chooser">Normal:</string>
0386          </property>
0387          <property name="alignment">
0388           <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0389          </property>
0390          <property name="buddy">
0391           <cstring>kcfg_MilestoneNormalColor</cstring>
0392          </property>
0393         </widget>
0394        </item>
0395        <item row="0" column="1">
0396         <widget class="KColorCombo" name="kcfg_MilestoneNormalColor">
0397          <property name="sizePolicy">
0398           <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
0399            <horstretch>0</horstretch>
0400            <verstretch>0</verstretch>
0401           </sizepolicy>
0402          </property>
0403          <property name="kcfg_property" stdset="0">
0404           <cstring>color</cstring>
0405          </property>
0406         </widget>
0407        </item>
0408        <item row="1" column="0">
0409         <widget class="QLabel" name="label_14">
0410          <property name="sizePolicy">
0411           <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
0412            <horstretch>0</horstretch>
0413            <verstretch>0</verstretch>
0414           </sizepolicy>
0415          </property>
0416          <property name="text">
0417           <string comment="@label:chooser">Critical:</string>
0418          </property>
0419          <property name="alignment">
0420           <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0421          </property>
0422          <property name="buddy">
0423           <cstring>kcfg_TaskCriticalColor</cstring>
0424          </property>
0425         </widget>
0426        </item>
0427        <item row="1" column="1">
0428         <widget class="KColorCombo" name="kcfg_MilestoneCriticalColor">
0429          <property name="sizePolicy">
0430           <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
0431            <horstretch>0</horstretch>
0432            <verstretch>0</verstretch>
0433           </sizepolicy>
0434          </property>
0435          <property name="kcfg_property" stdset="0">
0436           <cstring>color</cstring>
0437          </property>
0438         </widget>
0439        </item>
0440        <item row="2" column="0">
0441         <widget class="QLabel" name="label_13">
0442          <property name="sizePolicy">
0443           <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
0444            <horstretch>0</horstretch>
0445            <verstretch>0</verstretch>
0446           </sizepolicy>
0447          </property>
0448          <property name="text">
0449           <string comment="@label:chooser">Finished:</string>
0450          </property>
0451          <property name="alignment">
0452           <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0453          </property>
0454          <property name="buddy">
0455           <cstring>kcfg_TaskFinishedColor</cstring>
0456          </property>
0457         </widget>
0458        </item>
0459        <item row="2" column="1">
0460         <widget class="KColorCombo" name="kcfg_MilestoneFinishedColor">
0461          <property name="sizePolicy">
0462           <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
0463            <horstretch>0</horstretch>
0464            <verstretch>0</verstretch>
0465           </sizepolicy>
0466          </property>
0467          <property name="kcfg_property" stdset="0">
0468           <cstring>color</cstring>
0469          </property>
0470         </widget>
0471        </item>
0472        <item row="3" column="0">
0473         <widget class="QLabel" name="label_11">
0474          <property name="sizePolicy">
0475           <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
0476            <horstretch>0</horstretch>
0477            <verstretch>0</verstretch>
0478           </sizepolicy>
0479          </property>
0480          <property name="text">
0481           <string comment="@label:chooser">Error:</string>
0482          </property>
0483          <property name="alignment">
0484           <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0485          </property>
0486          <property name="buddy">
0487           <cstring>kcfg_TaskErrorColor</cstring>
0488          </property>
0489         </widget>
0490        </item>
0491        <item row="3" column="1">
0492         <widget class="KColorCombo" name="kcfg_MilestoneErrorColor">
0493          <property name="sizePolicy">
0494           <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
0495            <horstretch>0</horstretch>
0496            <verstretch>0</verstretch>
0497           </sizepolicy>
0498          </property>
0499          <property name="kcfg_property" stdset="0">
0500           <cstring>color</cstring>
0501          </property>
0502         </widget>
0503        </item>
0504        <item row="4" column="1">
0505         <widget class="Line" name="line_3">
0506          <property name="orientation">
0507           <enum>Qt::Vertical</enum>
0508          </property>
0509         </widget>
0510        </item>
0511       </layout>
0512      </widget>
0513     </widget>
0514    </item>
0515   </layout>
0516  </widget>
0517  <customwidgets>
0518   <customwidget>
0519    <class>KColorCombo</class>
0520    <extends>QComboBox</extends>
0521    <header>kcolorcombo.h</header>
0522   </customwidget>
0523   <customwidget>
0524    <class>KComboBox</class>
0525    <extends>QComboBox</extends>
0526    <header>kcombobox.h</header>
0527   </customwidget>
0528  </customwidgets>
0529  <resources/>
0530  <connections/>
0531 </ui>