Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change grid size #80

Open
python50 opened this issue Sep 21, 2011 · 4 comments
Open

Change grid size #80

python50 opened this issue Sep 21, 2011 · 4 comments
Labels
feature It's a feature, not a bug.

Comments

@python50
Copy link

Another request, while its not necessary and there are definitely ways of getting around it. It would be nice to able to change the grid size and offset when placing objects (obviously that could cause problems when placing tiles).

Thanks !

Also I'd recommend playing around with tiled in the debugger for a while, I just had a segfault (when I created a new object layer on a new map, doesn't seem to be easily repeatable).

@bjorn
Copy link
Member

bjorn commented Sep 21, 2011

@python50 That segfault is most likely the same as the one in issue #71.

I'm not sure if we can allow changing the grid size in some intuitive manner. You may want to try just having a go at it to see how that can turn out.

@python50
Copy link
Author

I can try ... I doubt I'll get very far.

@python50
Copy link
Author

@bjorn can you link me to a good startup guide for using QT (and possibly Qt Designer) ?

@bjorn
Copy link
Member

bjorn commented Sep 26, 2011

@python50 I'd advise you to use Qt Creator. You can get started by following this tutorial to create a simple application: http://doc.qt.nokia.com/qtcreator-2.3/creator-writing-program.html. It teaches creating a new project, designing the UI in the integrated form editor (based on Qt Designer) and writing some code.

@bjorn bjorn added the feature It's a feature, not a bug. label Sep 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature It's a feature, not a bug.
Projects
None yet
Development

No branches or pull requests

2 participants