OSDN Git Service

ff71eb9f697807d241006618d7a721657c5736b6
[qt-creator-jp/qt-creator-jp.git] / src / plugins / debugger / dumperoptionpage.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>DebuggingHelperOptionPage</class>
4  <widget class="QWidget" name="DebuggingHelperOptionPage">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>529</width>
10     <height>303</height>
11    </rect>
12   </property>
13   <layout class="QVBoxLayout" name="verticalLayout_3">
14    <item>
15     <widget class="QLabel" name="label">
16      <property name="text">
17       <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;
18 &lt;p&gt;The debugging helper is only used to produce a nice display of objects of certain types like QString or std::map in the &amp;quot;Locals and Watchers&amp;quot; view. It is not strictly necessary for debugging with Qt Creator. &lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
19      </property>
20      <property name="textFormat">
21       <enum>Qt::AutoText</enum>
22      </property>
23      <property name="wordWrap">
24       <bool>true</bool>
25      </property>
26     </widget>
27    </item>
28    <item>
29     <spacer name="verticalSpacer_2">
30      <property name="orientation">
31       <enum>Qt::Vertical</enum>
32      </property>
33      <property name="sizeType">
34       <enum>QSizePolicy::Fixed</enum>
35      </property>
36      <property name="sizeHint" stdset="0">
37       <size>
38        <width>20</width>
39        <height>3</height>
40       </size>
41      </property>
42     </spacer>
43    </item>
44    <item>
45     <widget class="QGroupBox" name="debuggingHelperGroupBox">
46      <property name="title">
47       <string>Use Debugging Helper</string>
48      </property>
49      <property name="checkable">
50       <bool>true</bool>
51      </property>
52      <layout class="QVBoxLayout" name="verticalLayout">
53       <item>
54        <widget class="QCheckBox" name="checkBoxUseCodeModel">
55         <property name="toolTip">
56          <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>
57         </property>
58         <property name="text">
59          <string>Use code model</string>
60         </property>
61        </widget>
62       </item>
63       <item>
64        <widget class="QCheckBox" name="checkBoxShowThreadNames">
65         <property name="toolTip">
66          <string>Displays names of QThread based threads.</string>
67         </property>
68         <property name="text">
69          <string>Display thread names</string>
70         </property>
71        </widget>
72       </item>
73      </layout>
74     </widget>
75    </item>
76    <item>
77     <spacer name="verticalSpacer">
78      <property name="orientation">
79       <enum>Qt::Vertical</enum>
80      </property>
81      <property name="sizeHint" stdset="0">
82       <size>
83        <width>10</width>
84        <height>1</height>
85       </size>
86      </property>
87     </spacer>
88    </item>
89   </layout>
90  </widget>
91  <customwidgets>
92   <customwidget>
93    <class>Utils::PathChooser</class>
94    <extends>QWidget</extends>
95    <header location="global">utils/pathchooser.h</header>
96    <container>1</container>
97    <slots>
98     <signal>editingFinished()</signal>
99     <signal>browsingFinished()</signal>
100    </slots>
101   </customwidget>
102  </customwidgets>
103  <resources/>
104  <connections/>
105 </ui>