Commit Graph

14 Commits (master)

Author SHA1 Message Date
Unknown d680d3dd53 Modernize: use override 2019-03-29 17:35:10 +01:00
Unknown 9b7ce549de Modernize: remove redundant void 2019-03-29 17:27:24 +01:00
Unknown a990d042ae Modernize: Use nullptr 2019-03-29 17:23:22 +01:00
Unknown e8ebc537ea Fix reportings of static analyzer 2019-03-29 04:34:17 +01:00
addi 145bf8c688 Add Draw-figures Tab 2016-12-14 10:00:35 +01:00
adrido 9a004f8671 Make RegularExpressions const and parse legacy format 2015-07-13 10:37:39 +02:00
adrido 9687120211 Parse negative values also for dimension 2015-07-05 12:22:36 +02:00
adrido 4a3df34641 Match any even if there are unnecessary characters before or after the geometry string
Fix whitespaces
2015-07-05 12:12:14 +02:00
adrido 23cb8ec83e Use RegularExpression to detect and parse format and QString() with arg() for output.
+ OS independent
+ No memory leak (currently)
- Maybe not as fast as sscanf
2015-07-05 11:43:40 +02:00
Rogier 886ae09e32 Fix... 2015-07-04 10:26:18 +02:00
Rogier 59fe2eba60 [WIP] Fixes to geometry 2015-07-04 10:18:37 +02:00
Rogier ddb26b4cd3 [WIP] fixes to geometry 2015-07-04 09:16:35 +02:00
Rogier 180956b044 Allow setting geometry manually as well 2015-07-04 08:36:55 +02:00
adrido df6b7b6325 Created own geometry widget to keep code simple and clean
Currently its proof of concept, wich may work not right.
The goal is, that mainwindow only have to call set(geometry) and the geometry widget detects and select the correct dropdown entry and fills in the data into the spin boxes.
Also  mainwindow only needs to call getGeometry() to get the geometryString for generating the map and save in profile settings
2015-07-02 15:11:29 +02:00