加blend2d 图例分开显示

This commit is contained in:
2026-07-31 06:21:10 +08:00
parent 8be00e819e
commit 28b33fb820
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -252,7 +252,7 @@ QWidget* Radio_Widget::create_time_power_plot() {
y_axis->set_x(0);
y_axis->set_y(0);
y_axis->set_pixel_size(height());
audio->set_time_point_size(x_axis->get_pixel_point_size());
x_axis->set_time_point_size(x_axis->get_pixel_point_size());
}
void contextMenuEvent(QContextMenuEvent* event) override {
if (!menu) {
+1 -1
View File
@@ -1,7 +1,7 @@
#ifndef Global_H
#define Global_H
#include "BackEnd/BackEnd.h"
#include "Renderive/architecture/export.h"
#include "BackEnd/BackEnd.h"
#include <QApplication>
#include <QDebug>
#include <QHBoxLayout>
+1 -1
View File
@@ -1,3 +1,4 @@
#include "Renderive/architecture/export.h"
#include <QApplication>
#ifdef _WIN32
#include <QTextCodec>
@@ -5,7 +6,6 @@
#endif
#include "./BackEnd/MainWidget.h"
#include "Application.h"
#include "Renderive/architecture/export.h"
#include "Renderive/plot/Plot.h"
int main(int argc, char* argv[]) {
Application app(argc, argv);