Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
grapa_alisa
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Alisa Jung
grapa_alisa
Commits
51e6b3f4
Commit
51e6b3f4
authored
Nov 21, 2015
by
Alisa Jung
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
delete shortcut
parent
f70eb5ee
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
helloqube.pro.user
helloqube/helloqube.pro.user
+1
-1
mainwindow.cpp
helloqube/mainwindow.cpp
+2
-0
No files found.
helloqube/helloqube.pro.user
View file @
51e6b3f4
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE QtCreatorProject>
<!DOCTYPE QtCreatorProject>
<!-- Written by QtCreator 3.5.1, 2015-11-21T2
0:51:27
. -->
<!-- Written by QtCreator 3.5.1, 2015-11-21T2
1:01:34
. -->
<qtcreator>
<qtcreator>
<data>
<data>
<variable>
EnvironmentId
</variable>
<variable>
EnvironmentId
</variable>
...
...
helloqube/mainwindow.cpp
View file @
51e6b3f4
...
@@ -240,6 +240,8 @@ MainWindow::MainWindow(QWidget *parent)
...
@@ -240,6 +240,8 @@ MainWindow::MainWindow(QWidget *parent)
connect
(
addCone
,
SIGNAL
(
triggered
(
bool
)),
controller
,
SLOT
(
addCone
()));
connect
(
addCone
,
SIGNAL
(
triggered
(
bool
)),
controller
,
SLOT
(
addCone
()));
connect
(
addTorus
,
SIGNAL
(
triggered
(
bool
)),
controller
,
SLOT
(
addTorus
()));
connect
(
addTorus
,
SIGNAL
(
triggered
(
bool
)),
controller
,
SLOT
(
addTorus
()));
connect
(
deletePrimitive
,
SIGNAL
(
triggered
(
bool
)),
controller
,
SLOT
(
deletePrimitive
()));
connect
(
deletePrimitive
,
SIGNAL
(
triggered
(
bool
)),
controller
,
SLOT
(
deletePrimitive
()));
deletePrimitive
->
setShortcut
(
QKeySequence
(
Qt
::
Key_Delete
));
}
}
...
...
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