Go to the documentation of this file.
12 #include <QGraphicsScene>
18 ui->
xdir->setEnabled(
true);
19 ui->
ydir->setEnabled(
true);
25 ui->
xdir->setChecked(
true);
31 ui->
xdir->setChecked(
true);
33 ui->
ydir->setChecked(
false);
36 ui->
xdir->setDisabled(
true);
37 ui->
ydir->setDisabled(
true);
66 if (
ui->
xdir->isChecked() ==
true){
69 for (j =
point1.toPoint().y(); j <
point2.toPoint().y(); j++){
80 if (
ui->
mxdir->isChecked() ==
true){
83 for (j =
point1.toPoint().y(); j <
point2.toPoint().y(); j++){
95 if (
ui->
xdir->isChecked() ==
true){
98 for (j =
point2.toPoint().y(); j <
point1.toPoint().y(); j++){
109 if (
ui->
mxdir->isChecked() ==
true){
112 for (j =
point2.toPoint().y(); j <
point1.toPoint().y(); j++){
127 if (
ui->
ydir->isChecked() ==
true){
130 for (i =
point1.toPoint().x(); i <
point2.toPoint().x(); i++){
141 if (
ui->
mydir->isChecked() ==
true){
144 for (i =
point1.toPoint().x(); i <
point2.toPoint().x(); i++){
156 if (
ui->
ydir->isChecked() ==
true){
158 for (i =
point2.toPoint().x(); i <
point1.toPoint().x(); i++){
169 if (
ui->
mydir->isChecked() ==
true){
171 for (i =
point2.toPoint().x(); i <
point1.toPoint().x(); i++){