Warning, /kdevelop/kdev-control-flow-graph/controlflowgraphview.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>ControlFlowGraphView</class>
0004  <widget class="QWidget" name="ControlFlowGraphView">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>611</width>
0010     <height>196</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>Control Flow Graph</string>
0015   </property>
0016   <layout class="QHBoxLayout" name="horizontalLayout">
0017    <item>
0018     <layout class="QVBoxLayout" name="verticalLayoutTools">
0019      <property name="spacing">
0020       <number>0</number>
0021      </property>
0022      <property name="sizeConstraint">
0023       <enum>QLayout::SetMinimumSize</enum>
0024      </property>
0025      <item>
0026       <spacer name="verticalSpacer2">
0027        <property name="orientation">
0028         <enum>Qt::Vertical</enum>
0029        </property>
0030        <property name="sizeHint" stdset="0">
0031         <size>
0032          <width>0</width>
0033          <height>0</height>
0034         </size>
0035        </property>
0036       </spacer>
0037      </item>
0038      <item>
0039       <widget class="QToolButton" name="birdseyeToolButton">
0040        <property name="toolTip">
0041         <string>Enable/Disable Bird's Eye</string>
0042        </property>
0043        <property name="text">
0044         <string>...</string>
0045        </property>
0046        <property name="checkable">
0047         <bool>true</bool>
0048        </property>
0049       </widget>
0050      </item>
0051      <item>
0052       <widget class="QToolButton" name="usesHoverToolButton">
0053        <property name="toolTip">
0054         <string>Enable/Disable Uses Show on Edge Hover</string>
0055        </property>
0056        <property name="text">
0057         <string>...</string>
0058        </property>
0059        <property name="checkable">
0060         <bool>true</bool>
0061        </property>
0062        <property name="checked">
0063         <bool>true</bool>
0064        </property>
0065       </widget>
0066      </item>
0067      <item>
0068       <widget class="QToolButton" name="zoominToolButton">
0069        <property name="toolTip">
0070         <string>Zoom In</string>
0071        </property>
0072        <property name="text">
0073         <string>...</string>
0074        </property>
0075       </widget>
0076      </item>
0077      <item>
0078       <widget class="QToolButton" name="zoomoutToolButton">
0079        <property name="toolTip">
0080         <string>Zoom Out</string>
0081        </property>
0082        <property name="text">
0083         <string>...</string>
0084        </property>
0085       </widget>
0086      </item>
0087      <item>
0088       <widget class="QToolButton" name="exportToolButton">
0089        <property name="toolTip">
0090         <string>Export control flow graph</string>
0091        </property>
0092        <property name="text">
0093         <string>...</string>
0094        </property>
0095       </widget>
0096      </item>
0097      <item>
0098       <spacer name="verticalSpacer1">
0099        <property name="orientation">
0100         <enum>Qt::Vertical</enum>
0101        </property>
0102        <property name="sizeHint" stdset="0">
0103         <size>
0104          <width>0</width>
0105          <height>0</height>
0106         </size>
0107        </property>
0108       </spacer>
0109      </item>
0110     </layout>
0111    </item>
0112    <item>
0113     <layout class="QVBoxLayout" name="verticalLayout">
0114      <item>
0115       <layout class="QHBoxLayout" name="horizontalUpperLayout">
0116        <property name="spacing">
0117         <number>0</number>
0118        </property>
0119        <item>
0120         <widget class="QLabel" name="controlFlowModeLabel">
0121          <property name="text">
0122           <string>Control flow mode:</string>
0123          </property>
0124         </widget>
0125        </item>
0126        <item>
0127         <widget class="QToolButton" name="modeFunctionToolButton">
0128          <property name="toolTip">
0129           <string>Show control flow between functions (CTRL+ALT+1). This can produce large graphs.</string>
0130          </property>
0131          <property name="text">
0132           <string>...</string>
0133          </property>
0134          <property name="shortcut">
0135           <string>Ctrl+Alt+1</string>
0136          </property>
0137          <property name="checkable">
0138           <bool>true</bool>
0139          </property>
0140          <property name="checked">
0141           <bool>false</bool>
0142          </property>
0143          <property name="autoExclusive">
0144           <bool>true</bool>
0145          </property>
0146         </widget>
0147        </item>
0148        <item>
0149         <widget class="QToolButton" name="modeClassToolButton">
0150          <property name="toolTip">
0151           <string>Show control flow between classes (CTRL+ALT+2)</string>
0152          </property>
0153          <property name="text">
0154           <string>...</string>
0155          </property>
0156          <property name="shortcut">
0157           <string>Ctrl+Alt+2</string>
0158          </property>
0159          <property name="checkable">
0160           <bool>true</bool>
0161          </property>
0162          <property name="checked">
0163           <bool>true</bool>
0164          </property>
0165          <property name="autoExclusive">
0166           <bool>true</bool>
0167          </property>
0168         </widget>
0169        </item>
0170        <item>
0171         <widget class="QToolButton" name="modeNamespaceToolButton">
0172          <property name="toolTip">
0173           <string>Show control flow between namespaces (CTRL+ALT+3)</string>
0174          </property>
0175          <property name="text">
0176           <string>...</string>
0177          </property>
0178          <property name="shortcut">
0179           <string>Ctrl+Alt+3</string>
0180          </property>
0181          <property name="checkable">
0182           <bool>true</bool>
0183          </property>
0184          <property name="autoExclusive">
0185           <bool>true</bool>
0186          </property>
0187         </widget>
0188        </item>
0189        <item>
0190         <spacer name="horizontalSpacer1">
0191          <property name="orientation">
0192           <enum>Qt::Horizontal</enum>
0193          </property>
0194          <property name="sizeHint" stdset="0">
0195           <size>
0196            <width>40</width>
0197            <height>20</height>
0198           </size>
0199          </property>
0200         </spacer>
0201        </item>
0202        <item>
0203         <widget class="QLabel" name="clusteringModeLabel">
0204          <property name="text">
0205           <string>Clustering mode:</string>
0206          </property>
0207         </widget>
0208        </item>
0209        <item>
0210         <widget class="QToolButton" name="clusteringClassToolButton">
0211          <property name="enabled">
0212           <bool>false</bool>
0213          </property>
0214          <property name="toolTip">
0215           <string>Group nodes by class (CTRL+ALT+8)</string>
0216          </property>
0217          <property name="text">
0218           <string>...</string>
0219          </property>
0220          <property name="shortcut">
0221           <string>Ctrl+Alt+8</string>
0222          </property>
0223          <property name="checkable">
0224           <bool>true</bool>
0225          </property>
0226         </widget>
0227        </item>
0228        <item>
0229         <widget class="QToolButton" name="clusteringNamespaceToolButton">
0230          <property name="toolTip">
0231           <string>Group nodes by namespace (CTRL+ALT+9)</string>
0232          </property>
0233          <property name="text">
0234           <string>...</string>
0235          </property>
0236          <property name="shortcut">
0237           <string>Ctrl+Alt+9</string>
0238          </property>
0239          <property name="checkable">
0240           <bool>true</bool>
0241          </property>
0242          <property name="checked">
0243           <bool>true</bool>
0244          </property>
0245         </widget>
0246        </item>
0247        <item>
0248         <widget class="QToolButton" name="clusteringProjectToolButton">
0249          <property name="enabled">
0250           <bool>false</bool>
0251          </property>
0252          <property name="toolTip">
0253           <string>Group nodes by project (CTRL+ALT+0)</string>
0254          </property>
0255          <property name="text">
0256           <string>...</string>
0257          </property>
0258          <property name="shortcut">
0259           <string>Ctrl+Alt+0</string>
0260          </property>
0261          <property name="checkable">
0262           <bool>true</bool>
0263          </property>
0264         </widget>
0265        </item>
0266        <item>
0267         <spacer name="horizontalSpacer2">
0268          <property name="orientation">
0269           <enum>Qt::Horizontal</enum>
0270          </property>
0271          <property name="sizeHint" stdset="0">
0272           <size>
0273            <width>40</width>
0274            <height>20</height>
0275           </size>
0276          </property>
0277         </spacer>
0278        </item>
0279        <item>
0280         <widget class="QLabel" name="graphSettingsLabel">
0281          <property name="text">
0282           <string>Graph settings:</string>
0283          </property>
0284         </widget>
0285        </item>
0286        <item>
0287         <widget class="QToolButton" name="maxLevelToolButton">
0288          <property name="toolTip">
0289           <string>Adjust the maximum level of outcoming arcs (disabling this makes the graph generation slower)</string>
0290          </property>
0291          <property name="text">
0292           <string>...</string>
0293          </property>
0294          <property name="checkable">
0295           <bool>true</bool>
0296          </property>
0297          <property name="checked">
0298           <bool>true</bool>
0299          </property>
0300         </widget>
0301        </item>
0302        <item>
0303         <widget class="QSpinBox" name="maxLevelSpinBox">
0304          <property name="toolTip">
0305           <string>Maximum number of graph levels. Expect slower graph generation for large maximum levels values.</string>
0306          </property>
0307          <property name="minimum">
0308           <number>1</number>
0309          </property>
0310          <property name="maximum">
0311           <number>99</number>
0312          </property>
0313          <property name="value">
0314           <number>2</number>
0315          </property>
0316         </widget>
0317        </item>
0318        <item>
0319         <widget class="QToolButton" name="drawIncomingArcsToolButton">
0320          <property name="toolTip">
0321           <string>Draw incoming arcs to the current function</string>
0322          </property>
0323          <property name="text">
0324           <string>...</string>
0325          </property>
0326          <property name="checkable">
0327           <bool>true</bool>
0328          </property>
0329          <property name="checked">
0330           <bool>true</bool>
0331          </property>
0332         </widget>
0333        </item>
0334        <item>
0335         <widget class="QToolButton" name="useFolderNameToolButton">
0336          <property name="enabled">
0337           <bool>false</bool>
0338          </property>
0339          <property name="toolTip">
0340           <string>Use folder name instead of Global Namespace</string>
0341          </property>
0342          <property name="text">
0343           <string>...</string>
0344          </property>
0345          <property name="checkable">
0346           <bool>true</bool>
0347          </property>
0348          <property name="checked">
0349           <bool>true</bool>
0350          </property>
0351         </widget>
0352        </item>
0353        <item>
0354         <widget class="QToolButton" name="useShortNamesToolButton">
0355          <property name="toolTip">
0356           <string>Use short (non-qualified) names for clustered graphs</string>
0357          </property>
0358          <property name="text">
0359           <string>...</string>
0360          </property>
0361          <property name="checkable">
0362           <bool>true</bool>
0363          </property>
0364          <property name="checked">
0365           <bool>true</bool>
0366          </property>
0367         </widget>
0368        </item>
0369        <item>
0370         <widget class="QToolButton" name="lockControlFlowGraphToolButton">
0371          <property name="text">
0372           <string>...</string>
0373          </property>
0374          <property name="checkable">
0375           <bool>true</bool>
0376          </property>
0377         </widget>
0378        </item>
0379       </layout>
0380      </item>
0381     </layout>
0382    </item>
0383   </layout>
0384  </widget>
0385  <resources/>
0386  <connections/>
0387 </ui>