Warning, /kdevelop/kdev-control-flow-graph/controlflowgraphexportconfiguration.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>ControlFlowGraphExportConfiguration</class>
0004  <widget class="QWidget" name="ControlFlowGraphExportConfiguration">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>614</width>
0010     <height>170</height>
0011    </rect>
0012   </property>
0013   <property name="sizePolicy">
0014    <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
0015     <horstretch>0</horstretch>
0016     <verstretch>0</verstretch>
0017    </sizepolicy>
0018   </property>
0019   <layout class="QHBoxLayout" name="horizontalLayout_2">
0020    <item>
0021     <layout class="QVBoxLayout" name="verticalLayout_4">
0022      <item>
0023       <widget class="QLabel" name="label">
0024        <property name="font">
0025         <font>
0026          <pointsize>7</pointsize>
0027         </font>
0028        </property>
0029        <property name="text">
0030         <string>Warning: changing the default values can make class and project graph export extremely slow.</string>
0031        </property>
0032        <property name="alignment">
0033         <set>Qt::AlignCenter</set>
0034        </property>
0035       </widget>
0036      </item>
0037      <item>
0038       <layout class="QHBoxLayout" name="horizontalLayout">
0039        <item>
0040         <widget class="QGroupBox" name="controlFlowModeGroupBox">
0041          <property name="sizePolicy">
0042           <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
0043            <horstretch>0</horstretch>
0044            <verstretch>0</verstretch>
0045           </sizepolicy>
0046          </property>
0047          <property name="minimumSize">
0048           <size>
0049            <width>201</width>
0050            <height>141</height>
0051           </size>
0052          </property>
0053          <property name="maximumSize">
0054           <size>
0055            <width>16777215</width>
0056            <height>141</height>
0057           </size>
0058          </property>
0059          <property name="title">
0060           <string>Control Flow Mode</string>
0061          </property>
0062          <layout class="QVBoxLayout" name="verticalLayout">
0063           <property name="spacing">
0064            <number>0</number>
0065           </property>
0066           <item>
0067            <spacer name="verticalSpacer1">
0068             <property name="orientation">
0069              <enum>Qt::Vertical</enum>
0070             </property>
0071             <property name="sizeHint" stdset="0">
0072              <size>
0073               <width>20</width>
0074               <height>40</height>
0075              </size>
0076             </property>
0077            </spacer>
0078           </item>
0079           <item>
0080            <widget class="QRadioButton" name="controlFlowFunctionRadioButton">
0081             <property name="text">
0082              <string>Between functions</string>
0083             </property>
0084            </widget>
0085           </item>
0086           <item>
0087            <widget class="QRadioButton" name="controlFlowClassRadioButton">
0088             <property name="text">
0089              <string>Between classes</string>
0090             </property>
0091             <property name="checked">
0092              <bool>true</bool>
0093             </property>
0094            </widget>
0095           </item>
0096           <item>
0097            <widget class="QRadioButton" name="controlFlowNamespaceRadioButton">
0098             <property name="text">
0099              <string>Between namespaces</string>
0100             </property>
0101            </widget>
0102           </item>
0103           <item>
0104            <spacer name="verticalSpacer2">
0105             <property name="orientation">
0106              <enum>Qt::Vertical</enum>
0107             </property>
0108             <property name="sizeHint" stdset="0">
0109              <size>
0110               <width>20</width>
0111               <height>40</height>
0112              </size>
0113             </property>
0114            </spacer>
0115           </item>
0116          </layout>
0117         </widget>
0118        </item>
0119        <item>
0120         <widget class="QGroupBox" name="drawingOptionsGroupBox">
0121          <property name="sizePolicy">
0122           <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
0123            <horstretch>0</horstretch>
0124            <verstretch>0</verstretch>
0125           </sizepolicy>
0126          </property>
0127          <property name="minimumSize">
0128           <size>
0129            <width>232</width>
0130            <height>141</height>
0131           </size>
0132          </property>
0133          <property name="maximumSize">
0134           <size>
0135            <width>16777215</width>
0136            <height>141</height>
0137           </size>
0138          </property>
0139          <property name="title">
0140           <string>Drawing Options</string>
0141          </property>
0142          <layout class="QVBoxLayout" name="verticalLayout_3">
0143           <property name="spacing">
0144            <number>0</number>
0145           </property>
0146           <item>
0147            <spacer name="verticalSpacer5">
0148             <property name="orientation">
0149              <enum>Qt::Vertical</enum>
0150             </property>
0151             <property name="sizeHint" stdset="0">
0152              <size>
0153               <width>20</width>
0154               <height>40</height>
0155              </size>
0156             </property>
0157            </spacer>
0158           </item>
0159           <item>
0160            <layout class="QHBoxLayout" name="horizontalLayout1">
0161             <item>
0162              <widget class="QCheckBox" name="limitMaxLevelCheckBox">
0163               <property name="text">
0164                <string>Limit max level to</string>
0165               </property>
0166               <property name="checked">
0167                <bool>true</bool>
0168               </property>
0169              </widget>
0170             </item>
0171             <item>
0172              <widget class="QSpinBox" name="maxLevelSpinBox">
0173               <property name="sizePolicy">
0174                <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
0175                 <horstretch>0</horstretch>
0176                 <verstretch>0</verstretch>
0177                </sizepolicy>
0178               </property>
0179               <property name="minimum">
0180                <number>1</number>
0181               </property>
0182               <property name="value">
0183                <number>2</number>
0184               </property>
0185              </widget>
0186             </item>
0187             <item>
0188              <spacer name="horizontalSpacer">
0189               <property name="orientation">
0190                <enum>Qt::Horizontal</enum>
0191               </property>
0192               <property name="sizeHint" stdset="0">
0193                <size>
0194                 <width>20</width>
0195                 <height>20</height>
0196                </size>
0197               </property>
0198              </spacer>
0199             </item>
0200            </layout>
0201           </item>
0202           <item>
0203            <widget class="QCheckBox" name="drawIncomingArcsCheckBox">
0204             <property name="text">
0205              <string>Draw incoming arcs</string>
0206             </property>
0207             <property name="checked">
0208              <bool>true</bool>
0209             </property>
0210            </widget>
0211           </item>
0212           <item>
0213            <widget class="QCheckBox" name="useFolderNameCheckBox">
0214             <property name="enabled">
0215              <bool>false</bool>
0216             </property>
0217             <property name="text">
0218              <string>Use folder name</string>
0219             </property>
0220             <property name="checked">
0221              <bool>true</bool>
0222             </property>
0223            </widget>
0224           </item>
0225           <item>
0226            <widget class="QCheckBox" name="useShortNamesCheckBox">
0227             <property name="enabled">
0228              <bool>false</bool>
0229             </property>
0230             <property name="text">
0231              <string>Use short names</string>
0232             </property>
0233             <property name="checked">
0234              <bool>true</bool>
0235             </property>
0236            </widget>
0237           </item>
0238           <item>
0239            <spacer name="verticalSpacer6">
0240             <property name="orientation">
0241              <enum>Qt::Vertical</enum>
0242             </property>
0243             <property name="sizeHint" stdset="0">
0244              <size>
0245               <width>20</width>
0246               <height>40</height>
0247              </size>
0248             </property>
0249            </spacer>
0250           </item>
0251          </layout>
0252         </widget>
0253        </item>
0254        <item>
0255         <widget class="QGroupBox" name="clusteringModeGroupBox">
0256          <property name="sizePolicy">
0257           <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
0258            <horstretch>0</horstretch>
0259            <verstretch>0</verstretch>
0260           </sizepolicy>
0261          </property>
0262          <property name="minimumSize">
0263           <size>
0264            <width>161</width>
0265            <height>141</height>
0266           </size>
0267          </property>
0268          <property name="maximumSize">
0269           <size>
0270            <width>16777215</width>
0271            <height>141</height>
0272           </size>
0273          </property>
0274          <property name="title">
0275           <string>Clustering Mode</string>
0276          </property>
0277          <layout class="QVBoxLayout" name="verticalLayout_2">
0278           <property name="spacing">
0279            <number>0</number>
0280           </property>
0281           <item>
0282            <spacer name="verticalSpacer3">
0283             <property name="orientation">
0284              <enum>Qt::Vertical</enum>
0285             </property>
0286             <property name="sizeHint" stdset="0">
0287              <size>
0288               <width>20</width>
0289               <height>40</height>
0290              </size>
0291             </property>
0292            </spacer>
0293           </item>
0294           <item>
0295            <widget class="QCheckBox" name="clusteringClassCheckBox">
0296             <property name="enabled">
0297              <bool>false</bool>
0298             </property>
0299             <property name="text">
0300              <string>By class</string>
0301             </property>
0302            </widget>
0303           </item>
0304           <item>
0305            <widget class="QCheckBox" name="clusteringNamespaceCheckBox">
0306             <property name="text">
0307              <string>By namespace</string>
0308             </property>
0309             <property name="checked">
0310              <bool>true</bool>
0311             </property>
0312            </widget>
0313           </item>
0314           <item>
0315            <widget class="QCheckBox" name="clusteringProjectCheckBox">
0316             <property name="enabled">
0317              <bool>false</bool>
0318             </property>
0319             <property name="text">
0320              <string>By project</string>
0321             </property>
0322            </widget>
0323           </item>
0324           <item>
0325            <spacer name="verticalSpacer4">
0326             <property name="orientation">
0327              <enum>Qt::Vertical</enum>
0328             </property>
0329             <property name="sizeHint" stdset="0">
0330              <size>
0331               <width>20</width>
0332               <height>40</height>
0333              </size>
0334             </property>
0335            </spacer>
0336           </item>
0337          </layout>
0338         </widget>
0339        </item>
0340       </layout>
0341      </item>
0342     </layout>
0343    </item>
0344   </layout>
0345  </widget>
0346  <resources/>
0347  <connections/>
0348 </ui>