author | unc0rr |
Fri, 28 Mar 2014 23:04:23 +0400 | |
changeset 10218 | 1d7112ccb3e9 |
parent 4477 | 63a21fac8bf7 |
permissions | -rw-r--r-- |
4425 | 1 |
# ------------------------------------------------- |
2 |
# Project created by QtCreator 2010-11-27T22:18:20 |
|
3 |
# ------------------------------------------------- |
|
4 |
TARGET = drawMapTest |
|
5 |
TEMPLATE = app |
|
6 |
SOURCES += main.cpp \ |
|
7 |
mainwindow.cpp \ |
|
4477
63a21fac8bf7
Add QAspectRatioLayout borrowed from http://wiki.forum.nokia.com/index.php/CS001309_-_Maintaining_square_form_for_a_widget_in_Qt to maintain width == height * 2 aspect ratio for map drawing widget
unc0rr
parents:
4425
diff
changeset
|
8 |
drawmapscene.cpp \ |
63a21fac8bf7
Add QAspectRatioLayout borrowed from http://wiki.forum.nokia.com/index.php/CS001309_-_Maintaining_square_form_for_a_widget_in_Qt to maintain width == height * 2 aspect ratio for map drawing widget
unc0rr
parents:
4425
diff
changeset
|
9 |
qaspectratiolayout.cpp \ |
63a21fac8bf7
Add QAspectRatioLayout borrowed from http://wiki.forum.nokia.com/index.php/CS001309_-_Maintaining_square_form_for_a_widget_in_Qt to maintain width == height * 2 aspect ratio for map drawing widget
unc0rr
parents:
4425
diff
changeset
|
10 |
drawmapwidget.cpp |
4425 | 11 |
HEADERS += mainwindow.h \ |
4477
63a21fac8bf7
Add QAspectRatioLayout borrowed from http://wiki.forum.nokia.com/index.php/CS001309_-_Maintaining_square_form_for_a_widget_in_Qt to maintain width == height * 2 aspect ratio for map drawing widget
unc0rr
parents:
4425
diff
changeset
|
12 |
drawmapscene.h \ |
63a21fac8bf7
Add QAspectRatioLayout borrowed from http://wiki.forum.nokia.com/index.php/CS001309_-_Maintaining_square_form_for_a_widget_in_Qt to maintain width == height * 2 aspect ratio for map drawing widget
unc0rr
parents:
4425
diff
changeset
|
13 |
qaspectratiolayout.h \ |
63a21fac8bf7
Add QAspectRatioLayout borrowed from http://wiki.forum.nokia.com/index.php/CS001309_-_Maintaining_square_form_for_a_widget_in_Qt to maintain width == height * 2 aspect ratio for map drawing widget
unc0rr
parents:
4425
diff
changeset
|
14 |
drawmapwidget.h |
4425 | 15 |
FORMS += mainwindow.ui |