Skip to content
Snippets Groups Projects
dumperoptionpage.ui 2.89 KiB
Newer Older
hjk's avatar
hjk committed
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
 <class>DebuggingHelperOptionPage</class>
 <widget class="QWidget" name="DebuggingHelperOptionPage">
hjk's avatar
hjk committed
  <property name="geometry">
   <rect>
    <x>0</x>
    <y>0</y>
    <width>417</width>
    <height>203</height>
hjk's avatar
hjk committed
   </rect>
  </property>
  <layout class="QVBoxLayout" name="verticalLayout_2">
   <item>
    <widget class="QGroupBox" name="debuggingHelperGroupBox">
     <property name="title">
      <string>Use Debugging helper</string>
     </property>
     <property name="checkable">
      <bool>true</bool>
     </property>
     <layout class="QVBoxLayout" name="verticalLayout">
      <item>
       <widget class="QGroupBox" name="customLocationGroupBox">
        <property name="title">
         <string>Use debugging helper from custom location</string>
        </property>
        <property name="flat">
         <bool>true</bool>
        </property>
        <property name="checkable">
         <bool>true</bool>
        </property>
        <layout class="QFormLayout" name="formLayout">
         <item row="0" column="0">
          <widget class="QLabel" name="dumperLocationLabel">
           <property name="text">
            <string>Location: </string>
           </property>
          </widget>
         </item>
         <item row="0" column="1">
          <widget class="Utils::PathChooser" name="dumperLocationChooser"/>
         </item>
        </layout>
       </widget>
      </item>
      <item>
       <widget class="QCheckBox" name="checkBoxUseCodeModel">
        <property name="toolTip">
         <string>Makes use of Qt Creator's code model to find out if a variable has already been assigned a value at the point the debugger interrupts.</string>
        </property>
        <property name="text">
         <string>Use code model</string>
        </property>
       </widget>
      </item>
      <item>
       <widget class="QCheckBox" name="checkBoxDebugDebuggingHelpers">
        <property name="toolTip">
         <string notr="true">This is an internal tool to make debugging the debugging helper code easier. Using this action is in general not needed unless you want do debug Qt Creator itself.</string>
        </property>
        <property name="text">
         <string>Debug debugging helper</string>
        </property>
       </widget>
      </item>
     </layout>
    </widget>
   </item>
   <item>
hjk's avatar
hjk committed
    <spacer name="verticalSpacer">
     <property name="orientation">
      <enum>Qt::Vertical</enum>
     </property>
     <property name="sizeHint" stdset="0">
      <size>
       <width>10</width>
       <height>1</height>
      </size>
     </property>
    </spacer>
   </item>
  </layout>
 </widget>
 <customwidgets>
  <customwidget>
   <class>Utils::PathChooser</class>
hjk's avatar
hjk committed
   <extends>QWidget</extends>
   <header location="global">utils/pathchooser.h</header>
   <container>1</container>
  </customwidget>
 </customwidgets>
 <resources/>
 <connections/>
</ui>