Warning, /pim/korganizer/src/views/multiagendaview/multiagendaviewconfigwidget.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>MultiAgendaViewConfigWidget</class> 0004 <widget class="QWidget" name="MultiAgendaViewConfigWidget"> 0005 <property name="geometry"> 0006 <rect> 0007 <x>0</x> 0008 <y>0</y> 0009 <width>602</width> 0010 <height>481</height> 0011 </rect> 0012 </property> 0013 <layout class="QGridLayout" name="gridLayout"> 0014 <item row="0" column="0"> 0015 <widget class="QRadioButton" name="useDefaultRB"> 0016 <property name="text"> 0017 <string>Show one calendar per agenda column</string> 0018 </property> 0019 <property name="checked"> 0020 <bool>true</bool> 0021 </property> 0022 </widget> 0023 </item> 0024 <item row="1" column="0"> 0025 <widget class="QRadioButton" name="useCustomRB"> 0026 <property name="text"> 0027 <string>Use custom calendar setup</string> 0028 </property> 0029 </widget> 0030 </item> 0031 <item row="2" column="0"> 0032 <layout class="QHBoxLayout" name="horizontalLayout"> 0033 <item> 0034 <widget class="QLabel" name="columnNumberLabel"> 0035 <property name="text"> 0036 <string>Number of columns</string> 0037 </property> 0038 </widget> 0039 </item> 0040 <item> 0041 <widget class="QSpinBox" name="columnNumberSB"> 0042 <property name="minimum"> 0043 <number>1</number> 0044 </property> 0045 <property name="value"> 0046 <number>2</number> 0047 </property> 0048 </widget> 0049 </item> 0050 <item> 0051 <spacer name="horizontalSpacer"> 0052 <property name="orientation"> 0053 <enum>Qt::Horizontal</enum> 0054 </property> 0055 <property name="sizeHint" stdset="0"> 0056 <size> 0057 <width>40</width> 0058 <height>20</height> 0059 </size> 0060 </property> 0061 </spacer> 0062 </item> 0063 </layout> 0064 </item> 0065 <item row="3" column="0"> 0066 <layout class="QHBoxLayout" name="horizontalLayout_3"> 0067 <item> 0068 <widget class="QListView" name="columnList"> 0069 <property name="sizePolicy"> 0070 <sizepolicy hsizetype="Preferred" vsizetype="Expanding"> 0071 <horstretch>0</horstretch> 0072 <verstretch>0</verstretch> 0073 </sizepolicy> 0074 </property> 0075 </widget> 0076 </item> 0077 <item> 0078 <layout class="QVBoxLayout" name="verticalLayout"> 0079 <item> 0080 <layout class="QHBoxLayout" name="horizontalLayout_2"> 0081 <item> 0082 <widget class="QLabel" name="titleLabel"> 0083 <property name="text"> 0084 <string comment="Agenda title">Title</string> 0085 </property> 0086 </widget> 0087 </item> 0088 <item> 0089 <widget class="QLineEdit" name="titleLE"/> 0090 </item> 0091 </layout> 0092 </item> 0093 <item> 0094 <widget class="QLabel" name="selectedCalendarsLabel"> 0095 <property name="sizePolicy"> 0096 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred"> 0097 <horstretch>0</horstretch> 0098 <verstretch>0</verstretch> 0099 </sizepolicy> 0100 </property> 0101 <property name="text"> 0102 <string>Selected Calendars</string> 0103 </property> 0104 </widget> 0105 </item> 0106 <item> 0107 <widget class="QStackedWidget" name="selectionStack"> 0108 <property name="sizePolicy"> 0109 <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding"> 0110 <horstretch>1</horstretch> 0111 <verstretch>1</verstretch> 0112 </sizepolicy> 0113 </property> 0114 <property name="currentIndex"> 0115 <number>-1</number> 0116 </property> 0117 </widget> 0118 </item> 0119 </layout> 0120 </item> 0121 </layout> 0122 </item> 0123 </layout> 0124 </widget> 0125 <resources/> 0126 <connections/> 0127 </ui>