Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vmj-qt
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kulya
vmj-qt
Commits
ae481c48
Commit
ae481c48
authored
Apr 10, 2014
by
Dan Pascu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Reordered options alphabetically
parent
f2f7675e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
preferences.py
blink/preferences.py
+6
-6
No files found.
blink/preferences.py
View file @
ae481c48
...
...
@@ -272,8 +272,8 @@ class PreferencesWindow(base_class, ui_class):
self
.
style_default_font_button
.
clicked
.
connect
(
self
.
_SH_StyleDefaultFontButtonClicked
)
self
.
auto_accept_chat_button
.
clicked
.
connect
(
self
.
_SH_AutoAcceptChatButtonClicked
)
self
.
sms_replication_button
.
clicked
.
connect
(
self
.
_SH_SMSReplicationButtonClicked
)
self
.
chat_message_alert_button
.
clicked
.
connect
(
self
.
_SH_ChatMessageAlertButtonClicked
)
self
.
sms_replication_button
.
clicked
.
connect
(
self
.
_SH_SMSReplicationButtonClicked
)
self
.
session_info_style_button
.
clicked
.
connect
(
self
.
_SH_SessionInfoStyleButtonClicked
)
self
.
traffic_units_button
.
clicked
.
connect
(
self
.
_SH_TrafficUnitsButtonClicked
)
...
...
@@ -578,8 +578,8 @@ class PreferencesWindow(base_class, ui_class):
self
.
style_default_font_button
.
setEnabled
(
blink_settings
.
chat_window
.
font
is
not
None
or
blink_settings
.
chat_window
.
font_size
is
not
None
)
self
.
auto_accept_chat_button
.
setChecked
(
settings
.
chat
.
auto_accept
)
self
.
sms_replication_button
.
setChecked
(
settings
.
chat
.
sms_replication
)
self
.
chat_message_alert_button
.
setChecked
(
settings
.
sounds
.
play_message_alerts
)
self
.
sms_replication_button
.
setChecked
(
settings
.
chat
.
sms_replication
)
self
.
session_info_style_button
.
setChecked
(
blink_settings
.
chat_window
.
session_info
.
alternate_style
)
self
.
traffic_units_button
.
setChecked
(
blink_settings
.
chat_window
.
session_info
.
bytes_per_second
)
...
...
@@ -1263,14 +1263,14 @@ class PreferencesWindow(base_class, ui_class):
settings
.
chat
.
auto_accept
=
checked
settings
.
save
()
def
_SH_
SMSReplication
ButtonClicked
(
self
,
checked
):
def
_SH_
ChatMessageAlert
ButtonClicked
(
self
,
checked
):
settings
=
SIPSimpleSettings
()
settings
.
chat
.
sms_replication
=
checked
settings
.
sounds
.
play_message_alerts
=
checked
settings
.
save
()
def
_SH_
ChatMessageAlert
ButtonClicked
(
self
,
checked
):
def
_SH_
SMSReplication
ButtonClicked
(
self
,
checked
):
settings
=
SIPSimpleSettings
()
settings
.
sounds
.
play_message_alerts
=
checked
settings
.
chat
.
sms_replication
=
checked
settings
.
save
()
def
_SH_SessionInfoStyleButtonClicked
(
self
,
checked
):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment