Qt: Remove preset buttons from post settings
This commit is contained in:
parent
61f7e99508
commit
13f1027f59
|
@ -10,8 +10,6 @@ PostProcessingSettingsWidget::PostProcessingSettingsWidget(QtHostInterface* host
|
|||
m_ui.setupUi(this);
|
||||
m_ui.widget->setOptionsButtonVisible(false);
|
||||
m_ui.reload->setEnabled(false);
|
||||
m_ui.loadPreset->setEnabled(false);
|
||||
m_ui.savePreset->setEnabled(false);
|
||||
updateShaderConfigPanel(-1);
|
||||
connectUi();
|
||||
|
||||
|
|
|
@ -59,28 +59,6 @@
|
|||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QPushButton" name="loadPreset">
|
||||
<property name="text">
|
||||
<string>Load Preset</string>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset resource="resources/resources.qrc">
|
||||
<normaloff>:/icons/document-save.png</normaloff>:/icons/document-save.png</iconset>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QPushButton" name="savePreset">
|
||||
<property name="text">
|
||||
<string>Save Preset</string>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset resource="resources/resources.qrc">
|
||||
<normaloff>:/icons/document-open.png</normaloff>:/icons/document-open.png</iconset>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
</item>
|
||||
<item>
|
||||
|
|
Loading…
Reference in New Issue