If you can found for mouse scroll tab.
https://doc.qt.io/qt-5/macos-issues.html

Nice. ;-)
See GIT commit in my previous post.

Fixed ! https://git.tuxfamily.org/qet/qet.git/c … ed69f515de

Try new dmg bundle qelectrotech-0.80-DEV_r6007.dmg
Strange that Qt did not apply himself the style defined on this platform by Qt upstream. 

Bonjour,

hélas non c'est codé en dur dans le code.

Compile finished without error?
If ok, you have the bunde dmg located in packaging/mac-osx/ directory.

MacQetDeploy.sh on GIT is not up to date (it is still based on the old SVN trunk). I have not yet pushed the new adaptation for GIT.

3,656

(317 replies, posted in News)

User can choose now folio list emplacement in project by select position number in settings

  • 1 for the first position

  • 2 for the second position

  • etc

  • 0 for always at the end of project

Because index folio is 0 and not 1 we apply -1 in formula to not complicate your life..


On a request from Plc-user in element Editor: added : with Ctrl key you can moving by keyboard primitives selected by 0.1 point instead by 1 points, added the same feature for moving the selected aera.


Btw, Web repository HTML viewer ( elmt to SVG Team made scripts) of element collection was based on old SVN (svn up crontab) now not up to date,  Subversion was abandoned recently by the Team.
GIT is sometimes very complicated to do a simple trick that SVN was easily !!
I dont wan't to use git-sparse-checkout oe sub modules for cloning only a GIT directory, but I found a quickly workaround and use  Github SVN for syncing Github QET mirror to elements remote SVN.

It was still tricky ... the svn checkout crashes towards the end on an error svn: E130003: The XML response contains invalid XML, svn cleanup can not do anything to restore the situation the svn up provand assertion failed (action == svn_wc_conflict_action_delete) well....an rsync from my local clone on the remote then a svn up and it was in the bag.

There is still a lot of work to add dynamic texts that are not yet supported and does not generate a thumbnail of the symbol in the HTML viewer, and text orientation is also not supported.

So many things to do that the days lack of hours....

Improve polygon widget editor on elements editor.
Force fusion style on macOS.
Add green style color for tab selected.

QTcreator: Unknown module(s) in QT: KWidgetsAddons KCoreAddons :

You can try to copy your libs KF5 *.pri  on /usr/local/opt/qt5/mkspecs/modules/  like :

cp /usr/local/opt/kf5-kwidgetsaddons/mkspecs/modules/qt_KWidgetsAddons.pri  /usr/local/opt/qt5/mkspecs/modules/


etc.

If I remember well, I use Qt 5 framework libs provided by Brew and now only Command_Line_Tools_macOS_10.13_for_Xcode_10.1.dmg I compile it with qmake -spec macx-clang and make -j16
See MacQetDeploy.sh script on misc directory on GIT.

Look the full log issue here, that can help you :https://github.com/KDE-mac/homebrew-kde/issues/285

Bah il suffit de supprimer des morceaux du fichier config de QET, alors c'est vrai sous Linux et macOS c'est très facile puisque c'est un simple fichier texte, mais Windows avec sa politique ancienne de vouloir tout stocker dans le registre font que c'est plus compliquer pour mde Michu de supprimer des clés dans la base de registre Windows.

Il semblerai que chez Redmon ils se sont aperçu de leur erreur et commence à faire machine arrière, la base de registre étant devenue un sacré foutoir au fil du temps et des installations de logiciels.

Exemple de fichier conf sur une machine Linux:

Pas pour l'instant et personne ne s'en ai plain jusqu'a présent.

Hi,

interesting, thanks for your feed back.
You have UHD (4K) screens in your config?

  Unfortunately, we have no one who is familiar with the macos environment as well as C ++ / Qt to help us improve the software on this platform.


We do what we can with our Linux virtual machines. and not time..nomicons/sad   

Hello Rajamodol,

thanks for this informations that can be help us.

It seems that some people only have problems under Windows (10 ?) with several screens, but we have no information on the configurations and type of these screens.


Here on my Debian Sid with 2  X 27" screens  one in 4K (3840 * 2160) and other in 2K (1920*1080) I saw no problem.
Is maybe a MS Windows 10 problem, I don't know? 

I use https://github.com/KDE-mac/homebrew-kde for  KWidgetsAddons KCoreAddons libs.


/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew tap kde-mac/kde
brew install kde-mac/kde/kf5-karchive
brew install kde-mac/kde/kf5-kwidgetsaddons
brew install kde-mac/kde/kf5-kcoreaddons

If you have Qt 5 installed or know a liitle C++/Qt you can try to add Fusion style for macOS in qetapp.cpp

Like this :

p, li { white-space: pre-wrap; }
/**

    Autodetec Windows style

    @param Windows style

*/

#if defined(Q_OS_WIN) && defined(Q_OS_WINCE)



if defined(Q_OS_WIN)

            if ((QSysInfo::WindowsVersion >= QSysInfo::WV_VISTA

                && QSysInfo::WindowsVersion < QSysInfo::WV_NT_based))

                style = QLatin1String("WindowsVista");

            else if ((QSysInfo::WindowsVersion >= QSysInfo::WV_XP

                && QSysInfo::WindowsVersion < QSysInfo::WV_NT_based))

                style = QLatin1String("WindowsXP");

            else

                style = QLatin1String("Windows"); // default styles for Windows

#endif

Seem's like this :
https://forum.qt.io/topic/94574/how-to- … -for-mac/5

Maybe add for macOS  style ("macintosh, or  fusion") in code.
https://doc.qt.io/qt-5/qtabbar.html
See : A truncated tab bar shown in the Fusion widget style.

https://download.qelectrotech.org/qet/forum_img/A4_print_preview.png

Ton fichier semble en aperçu bien passer ici en impression A4, par contre les remplissages de zones avec des motifs faut y aller mollo car ça peut rendre différemment une fois imprimé.

Bonsoir,
de mémoire c'est les fichiers enregistrés qui remplissent la liste.

Salut Nuri,

rien qui correspond a ton projet11 dans ton $/.local/share/stalefiles/QElectroTech/  ?

  https://git.tuxfamily.org/qet/qet.git/c … 087f792595 

You can try it now, all packages on all platforms are availables. nomicons/wink

@Plc-user,
added.
https://git.tuxfamily.org/qet/qet.git/c … ee97c7f633 

Do you think it is possible to use for example <Ctrl> or <Shift> together 
with the Cursor-Keys to reduce the step-size to 0.1 ?

Is a problem if directly Cursor-Keys reduce the step-size to 0.1 whitout <Ctrl> or <Shift> keys?
With the mouse you move elements by 10 points or by 1 point with <Ctrl>.

--- sources/editor/elementscene.cpp
+++ sources/editor/elementscene.cpp
@@ -213,13 +214,13 @@ void ElementScene::keyPressEvent(QKeyEvent *event)
             QPointF p = qgo->pos();
             int k = event->key();
             if(k == Qt::Key_Right)
-                p.rx() += 1;
+                p.rx() += 0.1;
             else if (k == Qt::Key_Left)
-                p.rx() -= 1;
+                p.rx() -= 0.1;
             else if (k == Qt::Key_Up)
-                p.ry() -= 1;
+                p.ry() -= 0.1;
             else if (k == Qt::Key_Down)
-                p.ry() += 1;
+                p.ry() += 0.1;
 
             qgo->setPos(p);
             QPropertyUndoCommand *undo = new QPropertyUndoCommand(qgo, "pos", QVariant(original_pos), QVariant(p));

@Funke,


Or you can increase title block rows and columns.