summaryrefslogtreecommitdiff
path: root/core/settings/light-and-power/lightsettingsbase.ui
Side-by-side diff
Diffstat (limited to 'core/settings/light-and-power/lightsettingsbase.ui') (more/less context) (ignore whitespace changes)
-rw-r--r--core/settings/light-and-power/lightsettingsbase.ui55
1 files changed, 54 insertions, 1 deletions
diff --git a/core/settings/light-and-power/lightsettingsbase.ui b/core/settings/light-and-power/lightsettingsbase.ui
index be096ac..2d0457f 100644
--- a/core/settings/light-and-power/lightsettingsbase.ui
+++ b/core/settings/light-and-power/lightsettingsbase.ui
@@ -8,13 +8,13 @@
</property>
<property stdset="1">
<name>geometry</name>
<rect>
<x>0</x>
<y>0</y>
- <width>415</width>
+ <width>411</width>
<height>532</height>
</rect>
</property>
<property stdset="1">
<name>caption</name>
<string>Light and Power Settings</string>
@@ -690,12 +690,23 @@
</property>
<property stdset="1">
<name>text</name>
<string>Deactivate LCD only (does not suspend)</string>
</property>
</widget>
+ <widget>
+ <class>QCheckBox</class>
+ <property stdset="1">
+ <name>name</name>
+ <cstring>noApmAC</cstring>
+ </property>
+ <property stdset="1">
+ <name>text</name>
+ <string>No power saving features</string>
+ </property>
+ </widget>
</vbox>
</widget>
<widget>
<class>QGroupBox</class>
<property stdset="1">
<name>name</name>
@@ -1339,12 +1350,54 @@ warning at</string>
<connection>
<sender>screensaver_lightoff</sender>
<signal>toggled(bool)</signal>
<receiver>interval_lightoff</receiver>
<slot>setEnabled(bool)</slot>
</connection>
+ <connection>
+ <sender>noApmAC</sender>
+ <signal>toggled(bool)</signal>
+ <receiver>screensaver_dim_ac_3</receiver>
+ <slot>setDisabled(bool)</slot>
+ </connection>
+ <connection>
+ <sender>noApmAC</sender>
+ <signal>toggled(bool)</signal>
+ <receiver>interval_dim_ac_3</receiver>
+ <slot>setDisabled(bool)</slot>
+ </connection>
+ <connection>
+ <sender>noApmAC</sender>
+ <signal>toggled(bool)</signal>
+ <receiver>screensaver_lightoff_ac_3</receiver>
+ <slot>setDisabled(bool)</slot>
+ </connection>
+ <connection>
+ <sender>noApmAC</sender>
+ <signal>toggled(bool)</signal>
+ <receiver>interval_lightoff_ac_3</receiver>
+ <slot>setDisabled(bool)</slot>
+ </connection>
+ <connection>
+ <sender>noApmAC</sender>
+ <signal>toggled(bool)</signal>
+ <receiver>interval_suspend_ac_3</receiver>
+ <slot>setDisabled(bool)</slot>
+ </connection>
+ <connection>
+ <sender>noApmAC</sender>
+ <signal>toggled(bool)</signal>
+ <receiver>LcdOffOnly_2_3</receiver>
+ <slot>setDisabled(bool)</slot>
+ </connection>
+ <connection>
+ <sender>noApmAC</sender>
+ <signal>toggled(bool)</signal>
+ <receiver>TextLabel1_2_2_3</receiver>
+ <slot>setDisabled(bool)</slot>
+ </connection>
</connections>
<tabstops>
<tabstop>auto_brightness</tabstop>
<tabstop>screensaver_dim</tabstop>
<tabstop>interval_dim</tabstop>
<tabstop>screensaver_lightoff</tabstop>