GUI: Tweak ProjectFileDialog
This commit is contained in:
parent
25b5304efc
commit
359cbdc1eb
|
@ -29,7 +29,7 @@
|
||||||
<property name="title">
|
<property name="title">
|
||||||
<string>Import Project (Visual studio / compile database/ Borland C++ Builder 6)</string>
|
<string>Import Project (Visual studio / compile database/ Borland C++ Builder 6)</string>
|
||||||
</property>
|
</property>
|
||||||
<layout class="QVBoxLayout" name="verticalLayout_4">
|
<layout class="QVBoxLayout" name="verticalLayout_17">
|
||||||
<item>
|
<item>
|
||||||
<layout class="QHBoxLayout" name="horizontalLayout">
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
||||||
<item>
|
<item>
|
||||||
|
@ -66,14 +66,31 @@
|
||||||
<item>
|
<item>
|
||||||
<layout class="QHBoxLayout" name="horizontalLayout_8">
|
<layout class="QHBoxLayout" name="horizontalLayout_8">
|
||||||
<item>
|
<item>
|
||||||
<widget class="QCheckBox" name="mChkAllVsConfigs">
|
<layout class="QVBoxLayout" name="verticalLayout_4">
|
||||||
<property name="toolTip">
|
<item>
|
||||||
<string><html><head/><body><p>You have a choice:</p><p> * Analyze all Debug and Release configurations</p><p> * Only analyze the first matching Debug configuration</p><p><br/></p></body></html></string>
|
<widget class="QCheckBox" name="mChkAllVsConfigs">
|
||||||
</property>
|
<property name="toolTip">
|
||||||
<property name="text">
|
<string><html><head/><body><p>You have a choice:</p><p> * Analyze all Debug and Release configurations</p><p> * Only analyze the first matching Debug configuration</p><p><br/></p></body></html></string>
|
||||||
<string>Analyze all Visual Studio configurations</string>
|
</property>
|
||||||
</property>
|
<property name="text">
|
||||||
</widget>
|
<string>Analyze all Visual Studio configurations</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<spacer name="verticalSpacer_11">
|
||||||
|
<property name="orientation">
|
||||||
|
<enum>Qt::Vertical</enum>
|
||||||
|
</property>
|
||||||
|
<property name="sizeHint" stdset="0">
|
||||||
|
<size>
|
||||||
|
<width>20</width>
|
||||||
|
<height>40</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
|
</spacer>
|
||||||
|
</item>
|
||||||
|
</layout>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<spacer name="horizontalSpacer_2">
|
<spacer name="horizontalSpacer_2">
|
||||||
|
@ -89,11 +106,28 @@
|
||||||
</spacer>
|
</spacer>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QLabel" name="mLabelVSConfig">
|
<layout class="QVBoxLayout" name="verticalLayout_16">
|
||||||
<property name="text">
|
<item>
|
||||||
<string>Selected VS Configurations</string>
|
<widget class="QLabel" name="mLabelVSConfig">
|
||||||
</property>
|
<property name="text">
|
||||||
</widget>
|
<string>Selected VS Configurations</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<spacer name="verticalSpacer_12">
|
||||||
|
<property name="orientation">
|
||||||
|
<enum>Qt::Vertical</enum>
|
||||||
|
</property>
|
||||||
|
<property name="sizeHint" stdset="0">
|
||||||
|
<size>
|
||||||
|
<width>20</width>
|
||||||
|
<height>40</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
|
</spacer>
|
||||||
|
</item>
|
||||||
|
</layout>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QListWidget" name="mListVsConfigs">
|
<widget class="QListWidget" name="mListVsConfigs">
|
||||||
|
|
Loading…
Reference in New Issue