mansrz / pymt

Automatically exported from code.google.com/p/pymt
0 stars 0 forks source link

Rotate application 180deg #345

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Create a way to rotate application 180deg to enable users to use the 
application from the other side of the table.

The manual way to do this is by creating a MTScatterPlane, rotate it 180deg, 
resize it to the size of the window, and use it as the root widget. See 
http://paste.pocoo.org/show/275746/ and the attachment.

It would be better if we can do the similar thing by changing a variable in the 
window object or in configuration file.

Original issue reported on code.google.com by faj...@gmail.com on 15 Oct 2010 at 9:59

Attachments:

GoogleCodeExporter commented 9 years ago
You can now control
rotation from :
* command line: --rotation / -r (0|90|180|270)
* config file: [graphics] rotation = ...
* code: getWindow().rotation = ... 

Original comment by txprog on 26 Oct 2010 at 4:45

GoogleCodeExporter commented 9 years ago
thanks!

Original comment by faj...@gmail.com on 26 Oct 2010 at 7:52