@@ -61,7 +61,6 @@ MainWindow::MainWindow() : QMainWindow()
61
61
ui_.TestingWidget ->showAllData ();
62
62
};
63
63
64
- <<<<<<< HEAD
65
64
void MainWindow::on_mouseCoordStyleCombo_currentIndexChanged (int index)
66
65
{
67
66
switch (index)
@@ -88,10 +87,7 @@ void MainWindow::setExternalMouseCoordinatesText(QPointF p)
88
87
ui_.externalMouseCoordLabel ->setText (QString (" %1 %2" ).arg (QString::number (p.x ()), QString::number (p.y ())));
89
88
}
90
89
91
- void MainWindow::on_XLabelAlignmentCombo_currentIndexChanged (int index)
92
- =======
93
90
void MainWindow::on_XLabelRotationCombo_currentIndexChanged (int index)
94
- >>>>>>> 007008d (Remove enum and change naming conventions.)
95
91
{
96
92
switch (index)
97
93
{
@@ -102,11 +98,7 @@ void MainWindow::on_XLabelRotationCombo_currentIndexChanged(int index)
102
98
ui_.TestingWidget ->xAxis ()->setTitleLabelRotation (90.0 );
103
99
break ;
104
100
default :
105
- <<<<<<< HEAD
106
- throw (std::runtime_error (" Unhandled text alignment mode.\n " ));
107
- =======
108
- throw (std::runtime_error (" Unhandled text rotation." ));
109
- >>>>>>> 007008d (Remove enum and change naming conventions.)
101
+ throw (std::runtime_error (" Unhandled text rotation.\n " ));
110
102
}
111
103
}
112
104
@@ -121,11 +113,7 @@ void MainWindow::on_YLabelRotationCombo_currentIndexChanged(int index)
121
113
ui_.TestingWidget ->yAxis ()->setTitleLabelRotation (90.0 );
122
114
break ;
123
115
default :
124
- <<<<<<< HEAD
125
- throw (std::runtime_error (" Unhandled text alignment mode.\n " ));
126
- =======
127
- throw (std::runtime_error (" Unhandled text rotation." ));
128
- >>>>>>> 007008d (Remove enum and change naming conventions.)
116
+ throw (std::runtime_error (" Unhandled text rotation.\n " ));
129
117
}
130
118
}
131
119
@@ -140,10 +128,6 @@ void MainWindow::on_ZLabelRotationCombo_currentIndexChanged(int index)
140
128
ui_.TestingWidget ->zAxis ()->setTitleLabelRotation (90.0 );
141
129
break ;
142
130
default :
143
- <<<<<<< HEAD
144
- throw (std::runtime_error (" Unhandled text alignment mode.\n " ));
145
- =======
146
- throw (std::runtime_error (" Unhandled text Rotation mode." ));
147
- >>>>>>> 007008d (Remove enum and change naming conventions.)
131
+ throw (std::runtime_error (" Unhandled text Rotation mode.\n " ));
148
132
}
149
- }
133
+ }
0 commit comments