--- a/Debugger/StartProfileDialog.ui Sun Nov 07 17:00:02 2010 +0100 +++ b/Debugger/StartProfileDialog.ui Wed Nov 10 19:38:18 2010 +0100 @@ -1,233 +1,243 @@ -<ui version="4.0" > +<?xml version="1.0" encoding="UTF-8"?> +<ui version="4.0"> <class>StartProfileDialog</class> - <widget class="QDialog" name="StartProfileDialog" > - <property name="geometry" > + <widget class="QDialog" name="StartProfileDialog"> + <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>488</width> - <height>178</height> + <height>183</height> </rect> </property> - <property name="windowTitle" > + <property name="windowTitle"> <string>Start profiling</string> </property> - <property name="sizeGripEnabled" > + <property name="sizeGripEnabled"> <bool>true</bool> </property> - <layout class="QGridLayout" name="gridLayout" > - <item row="0" column="0" > - <widget class="QLabel" name="TextLabel1" > - <property name="text" > + <layout class="QGridLayout" name="gridLayout"> + <item row="0" column="0"> + <widget class="QLabel" name="TextLabel1"> + <property name="text"> <string>Command&line:</string> </property> - <property name="buddy" > + <property name="buddy"> <cstring>cmdlineCombo</cstring> </property> </widget> </item> - <item row="0" column="1" colspan="3" > - <widget class="QComboBox" name="cmdlineCombo" > - <property name="sizePolicy" > - <sizepolicy vsizetype="Fixed" hsizetype="Expanding" > + <item row="0" column="1" colspan="3"> + <widget class="QComboBox" name="cmdlineCombo"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> - <property name="toolTip" > + <property name="toolTip"> <string>Enter the commandline parameters</string> </property> - <property name="whatsThis" > - <string><b>Commandline</b> -<p>Enter the commandline parameters in this field.</p></string> + <property name="whatsThis"> + <string><b>Commandline</b> +<p>Enter the commandline parameters in this field.</p></string> </property> - <property name="editable" > + <property name="editable"> <bool>true</bool> </property> - <property name="insertPolicy" > + <property name="insertPolicy"> <enum>QComboBox::InsertAtTop</enum> </property> - <property name="autoCompletion" > + <property name="sizeAdjustPolicy"> + <enum>QComboBox::AdjustToMinimumContentsLengthWithIcon</enum> + </property> + <property name="autoCompletion"> <bool>true</bool> </property> - <property name="duplicatesEnabled" > + <property name="duplicatesEnabled"> <bool>false</bool> </property> </widget> </item> - <item row="1" column="0" > - <widget class="QLabel" name="TextLabel2" > - <property name="text" > + <item row="1" column="0"> + <widget class="QLabel" name="TextLabel2"> + <property name="text"> <string>&Working directory:</string> </property> - <property name="buddy" > + <property name="buddy"> <cstring>workdirCombo</cstring> </property> </widget> </item> - <item row="1" column="1" colspan="2" > - <widget class="QComboBox" name="workdirCombo" > - <property name="sizePolicy" > - <sizepolicy vsizetype="Fixed" hsizetype="Expanding" > + <item row="1" column="1" colspan="2"> + <widget class="QComboBox" name="workdirCombo"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> - <property name="toolTip" > + <property name="toolTip"> <string>Enter the working directory</string> </property> - <property name="whatsThis" > - <string><b>Working directory</b> -<p>Enter the working directory of the application to be debugged. Leave it empty to set the working directory to the executable directory.</p></string> + <property name="whatsThis"> + <string><b>Working directory</b> +<p>Enter the working directory of the application to be debugged. Leave it empty to set the working directory to the executable directory.</p></string> </property> - <property name="editable" > + <property name="editable"> <bool>true</bool> </property> - <property name="insertPolicy" > + <property name="insertPolicy"> <enum>QComboBox::InsertAtTop</enum> </property> - <property name="autoCompletion" > + <property name="sizeAdjustPolicy"> + <enum>QComboBox::AdjustToMinimumContentsLengthWithIcon</enum> + </property> + <property name="autoCompletion"> <bool>true</bool> </property> - <property name="duplicatesEnabled" > + <property name="duplicatesEnabled"> <bool>false</bool> </property> </widget> </item> - <item row="1" column="3" > - <widget class="QPushButton" name="dirButton" > - <property name="toolTip" > + <item row="1" column="3"> + <widget class="QPushButton" name="dirButton"> + <property name="toolTip"> <string>Select directory using a directory selection dialog</string> </property> - <property name="whatsThis" > - <string><b>Select directory</b> -<p>Select the working directory via a directory selection dialog.</p></string> + <property name="whatsThis"> + <string><b>Select directory</b> +<p>Select the working directory via a directory selection dialog.</p></string> </property> - <property name="text" > + <property name="text"> <string>...</string> </property> </widget> </item> - <item row="2" column="0" > - <widget class="QLabel" name="textLabel1" > - <property name="text" > + <item row="2" column="0"> + <widget class="QLabel" name="textLabel1"> + <property name="text"> <string>&Environment:</string> </property> - <property name="buddy" > + <property name="buddy"> <cstring>environmentCombo</cstring> </property> </widget> </item> - <item row="2" column="1" colspan="3" > - <widget class="QComboBox" name="environmentCombo" > - <property name="sizePolicy" > - <sizepolicy vsizetype="Fixed" hsizetype="Expanding" > + <item row="2" column="1" colspan="3"> + <widget class="QComboBox" name="environmentCombo"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> - <property name="toolTip" > + <property name="toolTip"> <string>Enter the environment variables to be set.</string> </property> - <property name="whatsThis" > - <string><b>Environment</b> -<p>Enter the environment variables to be set for the program. The individual settings must be separated by whitespace and be given in the form 'var=value'. In order to add to an environment variable, enter it in the form 'var+=value'.</p> -<p>Example: var1=1 var2="hello world" var3+=":/tmp"</p></string> + <property name="whatsThis"> + <string><b>Environment</b> +<p>Enter the environment variables to be set for the program. The individual settings must be separated by whitespace and be given in the form 'var=value'. In order to add to an environment variable, enter it in the form 'var+=value'.</p> +<p>Example: var1=1 var2="hello world" var3+=":/tmp"</p></string> </property> - <property name="editable" > + <property name="editable"> <bool>true</bool> </property> - <property name="insertPolicy" > + <property name="insertPolicy"> <enum>QComboBox::InsertAtTop</enum> </property> - <property name="autoCompletion" > + <property name="sizeAdjustPolicy"> + <enum>QComboBox::AdjustToMinimumContentsLengthWithIcon</enum> + </property> + <property name="autoCompletion"> <bool>true</bool> </property> - <property name="duplicatesEnabled" > + <property name="duplicatesEnabled"> <bool>false</bool> </property> </widget> </item> - <item row="3" column="0" colspan="2" > - <widget class="QCheckBox" name="exceptionCheckBox" > - <property name="toolTip" > + <item row="3" column="0" colspan="2"> + <widget class="QCheckBox" name="exceptionCheckBox"> + <property name="toolTip"> <string>Uncheck to disable exception reporting</string> </property> - <property name="whatsThis" > - <string><b>Report exceptions</b> -<p>Uncheck this in order to disable exception reporting.</p></string> + <property name="whatsThis"> + <string><b>Report exceptions</b> +<p>Uncheck this in order to disable exception reporting.</p></string> </property> - <property name="text" > + <property name="text"> <string>Report &exceptions</string> </property> - <property name="shortcut" > + <property name="shortcut"> <string>Alt+E</string> </property> - <property name="checked" > + <property name="checked"> <bool>true</bool> </property> </widget> </item> - <item row="3" column="2" colspan="2" > - <widget class="QCheckBox" name="clearShellCheckBox" > - <property name="toolTip" > + <item row="3" column="2" colspan="2"> + <widget class="QCheckBox" name="clearShellCheckBox"> + <property name="toolTip"> <string>Select to clear the display of the interpreter window</string> </property> - <property name="whatsThis" > - <string><b>Clear interpreter window</b><p>This clears the display of the interpreter window before starting the debug client.</p></string> + <property name="whatsThis"> + <string><b>Clear interpreter window</b><p>This clears the display of the interpreter window before starting the debug client.</p></string> </property> - <property name="text" > + <property name="text"> <string>Clear &interpreter window</string> </property> - <property name="checked" > + <property name="checked"> <bool>true</bool> </property> </widget> </item> - <item row="4" column="0" colspan="2" > - <widget class="QCheckBox" name="consoleCheckBox" > - <property name="toolTip" > + <item row="4" column="0" colspan="2"> + <widget class="QCheckBox" name="consoleCheckBox"> + <property name="toolTip"> <string>Select to start the debugger in a console window</string> </property> - <property name="whatsThis" > - <string><b>Start in console</b> -<p>Select to start the debugger in a console window. The console command has to be configured on the Debugger-&gt;General page</p></string> + <property name="whatsThis"> + <string><b>Start in console</b> +<p>Select to start the debugger in a console window. The console command has to be configured on the Debugger-&gt;General page</p></string> </property> - <property name="text" > + <property name="text"> <string>Start in console</string> </property> </widget> </item> - <item row="4" column="2" colspan="2" > - <widget class="QCheckBox" name="eraseCheckBox" > - <property name="toolTip" > + <item row="4" column="2" colspan="2"> + <widget class="QCheckBox" name="eraseCheckBox"> + <property name="toolTip"> <string>Select this to erase the collected timing data</string> </property> - <property name="whatsThis" > - <string><b>Erase timing data</b> -<p>Select this to erase the collected timing data before the next profiling run.</p></string> + <property name="whatsThis"> + <string><b>Erase timing data</b> +<p>Select this to erase the collected timing data before the next profiling run.</p></string> </property> - <property name="text" > + <property name="text"> <string>Erase &timing data</string> </property> - <property name="shortcut" > + <property name="shortcut"> <string>Alt+C</string> </property> </widget> </item> - <item row="5" column="0" colspan="4" > - <widget class="QDialogButtonBox" name="buttonBox" > - <property name="orientation" > + <item row="5" column="0" colspan="4"> + <widget class="QDialogButtonBox" name="buttonBox"> + <property name="orientation"> <enum>Qt::Horizontal</enum> </property> - <property name="standardButtons" > + <property name="standardButtons"> <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> </property> </widget> </item> </layout> </widget> - <layoutdefault spacing="6" margin="6" /> + <layoutdefault spacing="6" margin="6"/> <pixmapfunction>qPixmapFromMimeSource</pixmapfunction> <tabstops> <tabstop>cmdlineCombo</tabstop> @@ -248,11 +258,11 @@ <receiver>StartProfileDialog</receiver> <slot>accept()</slot> <hints> - <hint type="sourcelabel" > + <hint type="sourcelabel"> <x>20</x> <y>150</y> </hint> - <hint type="destinationlabel" > + <hint type="destinationlabel"> <x>23</x> <y>173</y> </hint> @@ -264,11 +274,11 @@ <receiver>StartProfileDialog</receiver> <slot>reject()</slot> <hints> - <hint type="sourcelabel" > + <hint type="sourcelabel"> <x>116</x> <y>154</y> </hint> - <hint type="destinationlabel" > + <hint type="destinationlabel"> <x>116</x> <y>171</y> </hint>