mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-21 09:23:53 +00:00
Improve postprocess HUD layout
This commit is contained in:
parent
e1e7f3e135
commit
babd9ee24b
8 changed files with 89 additions and 87 deletions
|
@ -30,7 +30,6 @@ namespace MWGui
|
|||
PostProcessorHud::PostProcessorHud()
|
||||
: WindowBase("openmw_postprocessor_hud.layout")
|
||||
{
|
||||
getWidget(mTabConfiguration, "TabConfiguration");
|
||||
getWidget(mActiveList, "ActiveList");
|
||||
getWidget(mInactiveList, "InactiveList");
|
||||
getWidget(mConfigLayout, "ConfigLayout");
|
||||
|
|
|
@ -81,8 +81,6 @@ namespace MWGui
|
|||
|
||||
void layout();
|
||||
|
||||
MyGUI::TabItem* mTabConfiguration;
|
||||
|
||||
ListWrapper* mActiveList;
|
||||
ListWrapper* mInactiveList;
|
||||
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
Abovewater: "Überwasser"
|
||||
Author: "Autor"
|
||||
Configuration: "Konfiguration"
|
||||
Description: "Beschreibung"
|
||||
InExteriors: "Außenbereich"
|
||||
InInteriors: "Innenbereich"
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
Abovewater: "Abovewater"
|
||||
ActiveShaders: "Active Shaders"
|
||||
Author: "Author"
|
||||
Configuration: "Configuration"
|
||||
Description: "Description"
|
||||
InactiveShaders: "Inactive Shaders"
|
||||
InExteriors: "Exteriors"
|
||||
InInteriors: "Interiors"
|
||||
KeyboardControls: |
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
Abovewater: "Hors de l'eau"
|
||||
Author: "Auteur(e)"
|
||||
Configuration: "Configuration"
|
||||
Description: "Description"
|
||||
InExteriors: "À l'extérieur"
|
||||
InInteriors: "En intérieur"
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
Abovewater: "Над водой"
|
||||
ActiveShaders: "Включенные шейдеры"
|
||||
Author: "Автор"
|
||||
Configuration: "Настройки"
|
||||
Description: "Описание"
|
||||
InactiveShaders: "Выключенные шейдеры"
|
||||
InExteriors: "Вне помещений"
|
||||
InInteriors: "В помещениях"
|
||||
KeyboardControls: |
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
Abovewater: "Ovan vatten"
|
||||
Author: "Skapare" # Author = Författare, but författare sounds very book-author-ish. Skapare, meaning "creator", sounds better in Swedish in this case. Ok?
|
||||
Configuration: "Konfiguration"
|
||||
Description: "Beskrivning"
|
||||
InExteriors: "Exteriörer"
|
||||
InInteriors: "Interiörer"
|
||||
|
|
|
@ -3,102 +3,108 @@
|
|||
<Widget type="Window" skin="MW_Window" position="0 0 500 500" layer="Debug" name="_Main" align="Stretch">
|
||||
<Property key="Visible" value="false"/>
|
||||
<Property key="Caption" value="#{PostProcessing:PostProcessHUD}"/>
|
||||
<Property key="MinSize" value="600 600"/>
|
||||
<Property key="MinSize" value="600 600"/>
|
||||
|
||||
<Widget type="TabControl" skin="TabControl_NoBorder" position="8 8 468 450" align="Stretch" name="TabControl">
|
||||
<Property key="ButtonAutoWidth" value="true"/>
|
||||
|
||||
<Widget type="AutoSizedTextBox" skin="NormalText" position="440 8 50 50" align="Top Right">
|
||||
<Property key="Caption" value="[?]"/>
|
||||
<UserString key="ToolTipType" value="Layout"/>
|
||||
<UserString key="ToolTipLayout" value="TextToolTip"/>
|
||||
<UserString key="Caption_Text" value="#{PostProcessing:KeyboardControls}"/>
|
||||
</Widget>
|
||||
<Widget type="AutoSizedTextBox" skin="NormalText" position="440 8 50 50" align="Top Right">
|
||||
<Property key="Caption" value="[?]"/>
|
||||
<UserString key="ToolTipType" value="Layout"/>
|
||||
<UserString key="ToolTipLayout" value="TextToolTip"/>
|
||||
<UserString key="Caption_Text" value="#{PostProcessing:KeyboardControls}"/>
|
||||
<Property key="Depth" value="-10"/>
|
||||
</Widget>
|
||||
|
||||
<Widget type="TabItem" skin="" position_real="0 0 1 1" name="TabConfiguration">
|
||||
<Property key="Caption" value="#{PostProcessing:Configuration}"/>
|
||||
<Widget type="VBox" position_real="0 0.02 1 0.98" align="Stretch" name="Layout">
|
||||
<Property key="Padding" value="0"/>
|
||||
<Property key="Spacing" value="8"/>
|
||||
|
||||
<Widget type="VBox" position_real="0 0.02 1 0.98" align="Stretch" name="Layout">
|
||||
<Property key="Padding" value="0"/>
|
||||
<Property key="Spacing" value="8"/>
|
||||
<Widget type="Widget" position ="0 0 0 300">
|
||||
<UserString key="HStretch" value="true"/>
|
||||
<UserString key="VStretch" value="false"/>
|
||||
|
||||
<Widget type="Widget" position ="0 0 0 300">
|
||||
<UserString key="HStretch" value="true"/>
|
||||
<UserString key="VStretch" value="false"/>
|
||||
<Widget type="HBox" position_real="0 0 1 1" align="Stretch">
|
||||
<UserString key="VStretch" value="true"/>
|
||||
<UserString key="HStretch" value="true"/>
|
||||
|
||||
<Widget type="HBox" position_real="0 0 1 1" align="Stretch">
|
||||
<UserString key="VStretch" value="true"/>
|
||||
<UserString key="HStretch" value="true"/>
|
||||
<Widget type="Widget">
|
||||
<UserString key="VStretch" value="true"/>
|
||||
<UserString key="HStretch" value="true"/>
|
||||
|
||||
<Widget type="Widget">
|
||||
<UserString key="VStretch" value="true"/>
|
||||
<UserString key="HStretch" value="true"/>
|
||||
<Widget type="VBox" position_real="0 0 1 1" align="Stretch">
|
||||
<Widget type="AutoSizedTextBox" skin="NormalText" position="0 0 50 50" align="Top Right">
|
||||
<Property key="Caption" value="#{PostProcessing:InactiveShaders}"/>
|
||||
</Widget>
|
||||
|
||||
<Widget type="VBox" position_real="0 0 1 1" align="Stretch">
|
||||
<Widget type="EditBox" skin="MW_TextBoxEditWithBorder" position="0 0 0 28" name="Filter">
|
||||
<UserString key="HStretch" value="true"/>
|
||||
<UserString key="AcceptTab" value="true"/>
|
||||
<Property key="TextAlign" value="Left VCenter"/>
|
||||
</Widget>
|
||||
<Widget type="ListWrapper" skin="MW_List" name="InactiveList">
|
||||
<UserString key="VStretch" value="true"/>
|
||||
<UserString key="HStretch" value="true"/>
|
||||
</Widget>
|
||||
</Widget>
|
||||
</Widget>
|
||||
<Widget type="EditBox" skin="MW_TextBoxEditWithBorder" position="0 0 0 28" name="Filter">
|
||||
<UserString key="HStretch" value="true"/>
|
||||
<UserString key="AcceptTab" value="true"/>
|
||||
<Property key="TextAlign" value="Left VCenter"/>
|
||||
</Widget>
|
||||
<Widget type="ListWrapper" skin="MW_List" name="InactiveList">
|
||||
<UserString key="VStretch" value="true"/>
|
||||
<UserString key="HStretch" value="true"/>
|
||||
</Widget>
|
||||
</Widget>
|
||||
</Widget>
|
||||
|
||||
<Widget type="VBox" position_real="0 0 1 1">
|
||||
<Widget type="AutoSizedButton" skin="MW_Button" name="ButtonActivate">
|
||||
<Widget type="Widget" skin="MW_ArrowRight" position="0 0 12 12" align="Center">
|
||||
<Property key="NeedMouse" value="false"/>
|
||||
</Widget>
|
||||
</Widget>
|
||||
<Widget type="AutoSizedButton" skin="MW_Button" name="ButtonDeactivate">
|
||||
<Widget type="Widget" skin="MW_ArrowLeft" position="0 0 12 12" align="Center">
|
||||
<Property key="NeedMouse" value="false"/>
|
||||
</Widget>
|
||||
</Widget>
|
||||
<Widget type="VBox" position_real="0 0 1 1">
|
||||
<Widget type="AutoSizedButton" skin="MW_Button" name="ButtonActivate">
|
||||
<Widget type="Widget" skin="MW_ArrowRight" position="0 0 12 12" align="Center">
|
||||
<Property key="NeedMouse" value="false"/>
|
||||
</Widget>
|
||||
</Widget>
|
||||
<Widget type="AutoSizedButton" skin="MW_Button" name="ButtonDeactivate">
|
||||
<Widget type="Widget" skin="MW_ArrowLeft" position="0 0 12 12" align="Center">
|
||||
<Property key="NeedMouse" value="false"/>
|
||||
</Widget>
|
||||
</Widget>
|
||||
|
||||
<Widget type="Widget" skin="" position="0 0 15 25"/>
|
||||
<Widget type="Widget" skin="" position="0 0 15 25"/>
|
||||
|
||||
<Widget type="AutoSizedButton" skin="MW_Button" name="ButtonUp">
|
||||
<Widget type="Widget" skin="MW_ArrowUp" position="0 0 12 12" align="Center">
|
||||
<Property key="NeedMouse" value="false"/>
|
||||
</Widget>
|
||||
</Widget>
|
||||
<Widget type="AutoSizedButton" skin="MW_Button" name="ButtonDown">
|
||||
<Widget type="Widget" skin="MW_ArrowDown" position="0 0 12 12" align="Center">
|
||||
<Property key="NeedMouse" value="false"/>
|
||||
</Widget>
|
||||
</Widget>
|
||||
<Widget type="AutoSizedButton" skin="MW_Button" name="ButtonUp">
|
||||
<Widget type="Widget" skin="MW_ArrowUp" position="0 0 12 12" align="Center">
|
||||
<Property key="NeedMouse" value="false"/>
|
||||
</Widget>
|
||||
</Widget>
|
||||
<Widget type="AutoSizedButton" skin="MW_Button" name="ButtonDown">
|
||||
<Widget type="Widget" skin="MW_ArrowDown" position="0 0 12 12" align="Center">
|
||||
<Property key="NeedMouse" value="false"/>
|
||||
</Widget>
|
||||
</Widget>
|
||||
</Widget>
|
||||
<Widget type="Widget">
|
||||
<UserString key="VStretch" value="true"/>
|
||||
<UserString key="HStretch" value="true"/>
|
||||
|
||||
</Widget>
|
||||
<Widget type="VBox" position_real="0 0 1 1" align="Stretch">
|
||||
<Widget type="AutoSizedTextBox" skin="NormalText" position="0 0 50 50" align="Top Right">
|
||||
<Property key="Caption" value="#{PostProcessing:ActiveShaders}"/>
|
||||
</Widget>
|
||||
|
||||
<Widget type="ListWrapper" skin="MW_List" name="ActiveList">
|
||||
<UserString key="VStretch" value="true"/>
|
||||
<UserString key="HStretch" value="true"/>
|
||||
</Widget>
|
||||
<Widget type="ListWrapper" skin="MW_List" name="ActiveList">
|
||||
<UserString key="VStretch" value="true"/>
|
||||
<UserString key="HStretch" value="true"/>
|
||||
</Widget>
|
||||
</Widget>
|
||||
</Widget>
|
||||
</Widget>
|
||||
</Widget>
|
||||
|
||||
</Widget>
|
||||
|
||||
</Widget>
|
||||
|
||||
<Widget type="Widget" skin="MW_Box">
|
||||
<UserString key="VStretch" value="true"/>
|
||||
<UserString key="HStretch" value="true"/>
|
||||
|
||||
<Widget type="VBox" position_real="0 0 1 1" align="Stretch">
|
||||
<Property key="Padding" value="14"/>
|
||||
<Widget type="ScrollView" skin="MW_ScrollView" position_real="0 0 1 1" align="Stretch" name="ConfigLayout">
|
||||
<Property key="CanvasAlign" value="Left Top"/>
|
||||
<Property key="NeedMouse" value="true"/>
|
||||
<Property key="VisibleVScroll" value="true"/>
|
||||
</Widget>
|
||||
</Widget>
|
||||
</Widget>
|
||||
|
||||
</Widget>
|
||||
<Widget type="Widget" skin="MW_Box">
|
||||
<UserString key="VStretch" value="true"/>
|
||||
<UserString key="HStretch" value="true"/>
|
||||
|
||||
<Widget type="VBox" position_real="0 0 1 1" align="Stretch">
|
||||
<Property key="Padding" value="14"/>
|
||||
<Widget type="ScrollView" skin="MW_ScrollView" position_real="0 0 1 1" align="Stretch" name="ConfigLayout">
|
||||
<Property key="CanvasAlign" value="Left Top"/>
|
||||
<Property key="NeedMouse" value="true"/>
|
||||
<Property key="VisibleVScroll" value="true"/>
|
||||
</Widget>
|
||||
</Widget>
|
||||
</Widget>
|
||||
</Widget>
|
||||
|
||||
</Widget>
|
||||
|
|
Loading…
Reference in a new issue