Source reorganization
This commit is contained in:
parent
d8197ef617
commit
d0c4a73cc9
16
mainwindow.h
16
mainwindow.h
@ -81,6 +81,11 @@ private slots:
|
||||
void checkStatus();
|
||||
void updateRecent();
|
||||
void injectCommand(QString command);
|
||||
void updateStatus();
|
||||
void initSDprinting();
|
||||
void selectSDfile(QString file);
|
||||
void checkSDStatus();
|
||||
void updateSDStatus();
|
||||
TemperatureReadings parseStatus(QByteArray data);
|
||||
double parseSDStatus(QByteArray data);
|
||||
|
||||
@ -111,19 +116,12 @@ private slots:
|
||||
void on_pauseBtn_clicked();
|
||||
void on_checktemp_stateChanged(int arg1);
|
||||
void on_actionSettings_triggered();
|
||||
void on_stepspin_valueChanged(const QString &arg1);
|
||||
void on_estepspin_valueChanged(const QString &arg1);
|
||||
void on_releasebtn_clicked();
|
||||
void on_actionAbout_triggered();
|
||||
void serialError(QSerialPort::SerialPortError error);
|
||||
void on_actionPrint_from_SD_triggered();
|
||||
void updateStatus();
|
||||
void initSDprinting();
|
||||
void selectSDfile(QString file);
|
||||
void checkSDStatus();
|
||||
void updateSDStatus();
|
||||
|
||||
void on_stepspin_valueChanged(const QString &arg1);
|
||||
|
||||
void on_estepspin_valueChanged(const QString &arg1);
|
||||
|
||||
signals:
|
||||
void sdReady();
|
||||
|
||||
@ -35,7 +35,11 @@
|
||||
</widget>
|
||||
</item>
|
||||
<item row="1" column="0">
|
||||
<widget class="QListWidget" name="fileslist"/>
|
||||
<widget class="QListWidget" name="fileslist">
|
||||
<property name="autoScroll">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>253</width>
|
||||
<height>300</height>
|
||||
<height>242</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="windowTitle">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user