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