tool tips
This commit is contained in:
parent
be44e4b918
commit
792e383e1b
1 changed files with 18 additions and 5 deletions
|
@ -46,7 +46,7 @@
|
||||||
<item row="1" column="1">
|
<item row="1" column="1">
|
||||||
<widget class="QComboBox" name="comboBox_NewMap_Group">
|
<widget class="QComboBox" name="comboBox_NewMap_Group">
|
||||||
<property name="toolTip">
|
<property name="toolTip">
|
||||||
<string><html><head/><body><p>The default background music for this map.</p></body></html></string>
|
<string><html><head/><body><p>New map group.</p></body></html></string>
|
||||||
</property>
|
</property>
|
||||||
<property name="editable">
|
<property name="editable">
|
||||||
<bool>true</bool>
|
<bool>true</bool>
|
||||||
|
@ -62,6 +62,9 @@
|
||||||
</item>
|
</item>
|
||||||
<item row="2" column="1">
|
<item row="2" column="1">
|
||||||
<widget class="QSpinBox" name="spinBox_NewMap_Width">
|
<widget class="QSpinBox" name="spinBox_NewMap_Width">
|
||||||
|
<property name="toolTip">
|
||||||
|
<string><html><head/><body><p>Width (in blocks) of the new map.</p></body></html></string>
|
||||||
|
</property>
|
||||||
<property name="maximum">
|
<property name="maximum">
|
||||||
<number>200</number>
|
<number>200</number>
|
||||||
</property>
|
</property>
|
||||||
|
@ -76,6 +79,9 @@
|
||||||
</item>
|
</item>
|
||||||
<item row="3" column="1">
|
<item row="3" column="1">
|
||||||
<widget class="QSpinBox" name="spinBox_NewMap_Height">
|
<widget class="QSpinBox" name="spinBox_NewMap_Height">
|
||||||
|
<property name="toolTip">
|
||||||
|
<string><html><head/><body><p>Height (in blocks) of the new map.</p></body></html></string>
|
||||||
|
</property>
|
||||||
<property name="maximum">
|
<property name="maximum">
|
||||||
<number>200</number>
|
<number>200</number>
|
||||||
</property>
|
</property>
|
||||||
|
@ -91,7 +97,7 @@
|
||||||
<item row="4" column="1">
|
<item row="4" column="1">
|
||||||
<widget class="NoScrollComboBox" name="comboBox_NewMap_Primary_Tileset">
|
<widget class="NoScrollComboBox" name="comboBox_NewMap_Primary_Tileset">
|
||||||
<property name="toolTip">
|
<property name="toolTip">
|
||||||
<string><html><head/><body><p>The section of the region map which the map is grouped under. This also determines the name of the map that is display when the player enters it.</p></body></html></string>
|
<string><html><head/><body><p>The primary tileset for the new map.</p></body></html></string>
|
||||||
</property>
|
</property>
|
||||||
<property name="editable">
|
<property name="editable">
|
||||||
<bool>true</bool>
|
<bool>true</bool>
|
||||||
|
@ -108,7 +114,7 @@
|
||||||
<item row="5" column="1">
|
<item row="5" column="1">
|
||||||
<widget class="NoScrollComboBox" name="comboBox_NewMap_Secondary_Tileset">
|
<widget class="NoScrollComboBox" name="comboBox_NewMap_Secondary_Tileset">
|
||||||
<property name="toolTip">
|
<property name="toolTip">
|
||||||
<string><html><head/><body><p>The default weather for this map.</p></body></html></string>
|
<string><html><head/><body><p>The secondary tileset for the new map.</p></body></html></string>
|
||||||
</property>
|
</property>
|
||||||
<property name="editable">
|
<property name="editable">
|
||||||
<bool>true</bool>
|
<bool>true</bool>
|
||||||
|
@ -142,7 +148,7 @@
|
||||||
<item row="7" column="1">
|
<item row="7" column="1">
|
||||||
<widget class="QComboBox" name="comboBox_NewMap_Location">
|
<widget class="QComboBox" name="comboBox_NewMap_Location">
|
||||||
<property name="toolTip">
|
<property name="toolTip">
|
||||||
<string><html><head/><body><p>Determines the type of battle scene graphics to use.</p></body></html></string>
|
<string><html><head/><body><p>The section of the region map which the map is grouped under. This also determines the name of the map that is displayed when the player enters it.</p></body></html></string>
|
||||||
</property>
|
</property>
|
||||||
<property name="editable">
|
<property name="editable">
|
||||||
<bool>true</bool>
|
<bool>true</bool>
|
||||||
|
@ -158,6 +164,9 @@
|
||||||
</item>
|
</item>
|
||||||
<item row="8" column="1">
|
<item row="8" column="1">
|
||||||
<widget class="QCheckBox" name="checkBox_NewMap_Flyable">
|
<widget class="QCheckBox" name="checkBox_NewMap_Flyable">
|
||||||
|
<property name="toolTip">
|
||||||
|
<string><html><head/><body><p>Whether to add a heal location to the new map.</p></body></html></string>
|
||||||
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string/>
|
<string/>
|
||||||
</property>
|
</property>
|
||||||
|
@ -171,7 +180,11 @@
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item row="0" column="1">
|
<item row="0" column="1">
|
||||||
<widget class="QLineEdit" name="lineEdit_NewMap_Name"/>
|
<widget class="QLineEdit" name="lineEdit_NewMap_Name">
|
||||||
|
<property name="toolTip">
|
||||||
|
<string><html><head/><body><p>The name of the new map. If the name is invalid (red), it will be replaced with the default name of a new map.</p></body></html></string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
</widget>
|
</widget>
|
||||||
|
|
Loading…
Reference in a new issue