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
cf9a8a24
Commit
cf9a8a24
authored
Jul 03, 2010
by
Dan Pascu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Moved signal connecting for quit_action to the code
parent
a5a62c7d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
18 deletions
+3
-18
mainwindow.py
blink/mainwindow.py
+2
-0
blink.ui
resources/blink.ui
+1
-18
No files found.
blink/mainwindow.py
View file @
cf9a8a24
...
...
@@ -106,6 +106,8 @@ class MainWindow(base_class, ui_class):
self
.
search_box
.
shortcut
.
setKey
(
'CTRL+F'
)
self
.
search_box
.
shortcut
.
activated
.
connect
(
self
.
search_box
.
setFocus
)
self
.
quit_action
.
triggered
.
connect
(
self
.
close
)
self
.
idle_status_index
=
0
notification_center
=
NotificationCenter
()
...
...
resources/blink.ui
View file @
cf9a8a24
...
...
@@ -1244,22 +1244,5 @@ buttons below.</string>
<tabstop>
mute_button
</tabstop>
</tabstops>
<resources/>
<connections>
<connection>
<sender>
quit_action
</sender>
<signal>
activated()
</signal>
<receiver>
main_window
</receiver>
<slot>
close()
</slot>
<hints>
<hint
type=
"sourcelabel"
>
<x>
-1
</x>
<y>
-1
</y>
</hint>
<hint
type=
"destinationlabel"
>
<x>
124
</x>
<y>
249
</y>
</hint>
</hints>
</connection>
</connections>
<connections/>
</ui>
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