This commit is contained in:
Mike Solar
2023-07-29 07:20:49 +08:00
parent 926ddcdc63
commit c9db35e414
5 changed files with 378 additions and 32 deletions

View File

@ -32,7 +32,7 @@ public:
return QSize(width2,height2);
};
}
int setSize(int width,int height,int logicalwidth,int logicalheight){
void setSize(int width,int height,int logicalwidth,int logicalheight){
this->width2=width;
this->height2=height;
this->logicalwidth=logicalwidth;