1

Topic: Compiter ; Compile QET

j'ai changer le withsize dans sources/aboutqet.ccp
voir les photos
Dans le fichier aboutqet.cpp, les éléments suivants ont été modifiés.
À la ligne 37; setFixedSize (700, 600); photo 1
à setFixedSize (1200, 600); photo 2

Dans la ligne 61; scrollArea->setFixedSize (590, 590); photo 1
à scrollArea->setFixedSize (1090, 590); photo 2

---------------------------------------------------------------
i have change the withsize in sources/aboutqet.cpp
see pictures

in the file aboutqet.cpp the following has changed.
In line 37; setFixedSize (700, 600); picture 1
to setFixedSize (1200, 600); picture 2

In line 61; scrollArea->setFixedSize (590, 590); picture 1
To scrollArea->setFixedSize (1090, 590); picture 2
----------------------------------------------------------------
photo 1, picture 1

Post's attachments

Attachment icon QET-5582-aboutqet-jpg.jpg 73.08 kb, 398 downloads since 2018-11-12 

I am an pre-retired industrial developer technician and born in 1960

2

Re: Compiter ; Compile QET

Photo 2, Picture 2

Post's attachments

Attachment icon QET-5582-aboutqet-with change.jpg 88.31 kb, 398 downloads since 2018-11-12 

I am an pre-retired industrial developer technician and born in 1960

3

Re: Compiter ; Compile QET

Thanks,

diff --git a/sources/aboutqet.cpp b/sources/aboutqet.cpp
index .. 100644
--- a/sources/aboutqet.cpp
+++ b/sources/aboutqet.cpp
@@ -34,7 +34,7 @@
     QDialog(parent)
{
     setWindowTitle(tr("À propos de QElectrotech", "window title"));
-    setFixedSize (700, 600);
+    setFixedSize (1200, 600);
     //setMinimumHeight(600);
     //setMinimumWidth(600);
     setModal(true);
@@ -58,7 +58,7 @@
 
     QScrollArea* scrollArea = new QScrollArea(this);
         scrollArea->setWidgetResizable(true);
-        scrollArea->setFixedSize (590, 590);
+        scrollArea->setFixedSize (1090, 590);
         scrollArea->setWidget(tabs);
}

"Le jour où tu découvres le Libre, tu sais que tu ne pourras jamais plus revenir en arrière..."Questions regarding QET belong in this forum and will NOT be answered via PM! – Les questions concernant QET doivent être posées sur ce forum et ne seront pas traitées par MP !

4

Re: Compiter ; Compile QET

Have you tried it on litle screen ?

"Le jour où tu découvres le Libre, tu sais que tu ne pourras jamais plus revenir en arrière..."Questions regarding QET belong in this forum and will NOT be answered via PM! – Les questions concernant QET doivent être posées sur ce forum et ne seront pas traitées par MP !

5

Re: Compiter ; Compile QET

@scorpio810 : Have you tried it on litle screen ?

Yes, (Qui) nomicons/smile

16:9 screen (écran)

1280 X 720 ; HD-ready = tv



16:10 screen ( écran)
 
1680 X 1050 ; my maximum screen size ; ma taille d'écran maximale
1440 X 900
1280 X 800

I am an pre-retired industrial developer technician and born in 1960

6

Re: Compiter ; Compile QET

Revision: 5589
Author:   scorpio810
Date:     2018-11-12 17:07:52 +0100 (Mon, 12 Nov 2018)
Log Message:
-----------
Change in aboutqet widget fixed size, thanks Re-searcher

"Le jour où tu découvres le Libre, tu sais que tu ne pourras jamais plus revenir en arrière..."Questions regarding QET belong in this forum and will NOT be answered via PM! – Les questions concernant QET doivent être posées sur ce forum et ne seront pas traitées par MP !