Skip to content
Snippets Groups Projects
Commit d9a0bbf3 authored by Colton Glick's avatar Colton Glick
Browse files

gui updates

parent 8eba5b0f
No related branches found
No related tags found
1 merge request!77Groundstation gui rough edits
...@@ -347,6 +347,7 @@ void MainWindow::setParamGroups(QStringList groupNames) { ...@@ -347,6 +347,7 @@ void MainWindow::setParamGroups(QStringList groupNames) {
void MainWindow::setLoggingVariableBox(QStringList variableNames) { void MainWindow::setLoggingVariableBox(QStringList variableNames) {
ui->logVariableList->addItems(variableNames); ui->logVariableList->addItems(variableNames);
ui->logVariableList->sortItems(Qt::AscendingOrder);
} }
void MainWindow::getGroupBoxChange(int index) { void MainWindow::getGroupBoxChange(int index) {
......
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
</size> </size>
</property> </property>
<property name="currentIndex"> <property name="currentIndex">
<number>0</number> <number>3</number>
</property> </property>
<widget class="QWidget" name="backend"> <widget class="QWidget" name="backend">
<attribute name="title"> <attribute name="title">
...@@ -922,9 +922,15 @@ ...@@ -922,9 +922,15 @@
<x>0</x> <x>0</x>
<y>40</y> <y>40</y>
<width>511</width> <width>511</width>
<height>881</height> <height>721</height>
</rect> </rect>
</property> </property>
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
</widget> </widget>
<widget class="QLabel" name="label_3"> <widget class="QLabel" name="label_3">
<property name="geometry"> <property name="geometry">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment