1

(2 replies, posted in EN : Help, suggestions, discussions, ...)

Thanks scorpio810 ! It worked! I created more tables from the page summary.

What is the maximum page limit in QUE?
I am developing a project that exceeds 30 pages and the program informs me that I have reached the maximum limit of the table.
Could someone help me?

Hi, see https://qelectrotech.org/forum/viewtopic.php?id=2332
weg elements to download, same to this video.

scorpio810 wrote:

Hello,
This project has been underway for a long time and Joshua, who has been the main developer for over 10 years, has no time to devote to it as he has to look after his seriously ill wife.

See:
https://qelectrotech.org/forum/viewtopic.php?id=1486


Great !

Is it possible to create a help button in this function? Or any notes in the program on how to use this function and make it available for translation?

Hello everybody ! I need help with this terminal function (DEV).  Do you have an article about it? Or any practical example of its use?

Is there any way to renumber the numbering of the wiring already done?
Context: Sometimes I have project reviews, where there is a need to renumber the wiring in a certain section.

Tks for help.

7

(13 replies, posted in Elements)

jhonathan disner wrote:

são elementos em 2D, para montar um layout de painel, se não foi util para o mesmo, descarte-os...

Muito bom ! Estava a uma semana procurando por isso !

Nice job man !

scorpio810 wrote:
gleissoncg2 wrote:

Oh Great ! Worked perfectly ! Tks scorpio810 !

Great, thanks, what have you used python virtual env or my debs packages?

I added the ppa on my system with .deb packages. Working fine

Oh Great ! Worked perfectly ! Tks scorpio810 !

Hello everybody. I am having difficulty installing the terminal module. I'm on version 0.8 on Linux Mint 22. I need help.
On terminal :

gleissonjjc@gleissonjjc-Inspiron-3481:~$ sudo pip3 install qet_tb_generator
error: externally-managed-environment

× This environment is externally managed
╰─> To install Python packages system-wide, try apt install
    python3-xyz, where xyz is the package you are trying to
    install.
   
    If you wish to install a non-Debian-packaged Python package,
    create a virtual environment using python3 -m venv path/to/venv.
    Then use path/to/venv/bin/python and path/to/venv/bin/pip. Make
    sure you have python3-full installed.
   
    If you wish to install a non-Debian packaged Python application,
    it may be easiest to use pipx install xyz, which will manage a
    virtual environment for you. Make sure you have pipx installed.
   
    See /usr/share/doc/python3.12/README.venv for more information.

note: If you believe this is a mistake, please contact your Python installation or OS distribution provider. You can override this, at the risk of breaking your Python installation or OS, by passing --break-system-packages.
hint: See PEP 668 for the detailed specification.

Hello everyone ! I make massive use of Qelectrotech since version 05.
I am one of the Qelectrotech translators for PT_BR. I would like to suggest an idea to the developers.
Many industrial electrical projects have a type of "summary of elements" that are used throughout the development of the project.
I know that in version 8, they already have two ways to add, summary of pages and the nomenclature of the elements.
My suggestion would be if you could insert the design of the element and its name. It would be like a page with the design of the element (perhaps on a smaller scale) and its name. Below I put an image of an example. It remains as a suggestion.

Great! I'll try! Thank you!

gleissoncg2 wrote:
gleissoncg2 wrote:

Hello people !
I am using Qelectrotech V8 DEV version.

I have a problem, because I can't put the Voltage information in the page reference element.
Other information is shown correctly for example: Function, Color, Section and etc ...

See bellow the information on wire...

gleissoncg2 wrote:

Hello people !
I am using Qelectrotech V8 DEV version.

I have a problem, because I can't put the Voltage information in the page reference element.
Other information is shown correctly for example: Function, Color, Section and etc ...

Hello people !
I am using Qelectrotech V8 DEV version.

I have a problem, because I can't put the Voltage information in the page reference element.
Other information is shown correctly for example: Function, Color, Section and etc ...

16

(2 replies, posted in Terminal block generator)

Done !!!! Tks !!

hi guys. I'm on Debian 10 and running Qelectrotech v7 dev.
I got this erro running the qet_tb_generator.

gleissonjjc@gleisson-debian:~$ qet_tb_generator
Traceback (most recent call last):
  File "/usr/local/bin/qet_tb_generator", line 6, in <module>
    from src.main import main
  File "/usr/local/lib/python3.7/dist-packages/src/main.py", line 43, in <module>
    import tkinter as tk
ModuleNotFoundError: No module named 'tkinter'
i need help.

18

(554 replies, posted in News)

[font=Verdana, Helvetica, Arial, sans-serif]I notice that when I am doing sequential automatic I notice that when I am doing sequential automatic numbering of the wires, at some point if I give a Ctrl +Z , the number sequence does not return to the last number placed . Is there any way to do this?[/font]

It worked! Tks !!!

I'll try...

I can not finish installing Qelectrotech.
My PC: Linux Manjaro XFCE !
I need help !!! Please

invalid use of incomplete type ‘class QButtonGroup’
  QButtonGroup *button_group = new QButtonGroup(this);
                                                    ^
In file included from /usr/include/qt/QtWidgets/qradiobutton.h:44,
                 from /usr/include/qt/QtWidgets/QRadioButton:1,
                 from ./ui_importelementdialog.h:17,
                 from sources/ui/importelementdialog.cpp:19:
/usr/include/qt/QtWidgets/qabstractbutton.h:53:7: note: forward declaration of ‘class QButtonGroup’
 class QButtonGroup;
       ^~~~~~~~~~~~
sources/ui/importelementdialog.cpp:45:14: error: invalid use of incomplete type ‘class QButtonGroup’
  button_group->addButton(ui->m_use_actual_rd);
              ^~
In file included from /usr/include/qt/QtWidgets/qradiobutton.h:44,
                 from /usr/include/qt/QtWidgets/QRadioButton:1,
                 from ./ui_importelementdialog.h:17,
                 from sources/ui/importelementdialog.cpp:19:
/usr/include/qt/QtWidgets/qabstractbutton.h:53:7: note: forward declaration of ‘class QButtonGroup’
 class QButtonGroup;
       ^~~~~~~~~~~~
sources/ui/importelementdialog.cpp:46:14: error: invalid use of incomplete type ‘class QButtonGroup’
  button_group->addButton(ui->m_use_drop_rb);
              ^~
In file included from /usr/include/qt/QtWidgets/qradiobutton.h:44,
                 from /usr/include/qt/QtWidgets/QRadioButton:1,
                 from ./ui_importelementdialog.h:17,
                 from sources/ui/importelementdialog.cpp:19:
/usr/include/qt/QtWidgets/qabstractbutton.h:53:7: note: forward declaration of ‘class QButtonGroup’
 class QButtonGroup;
       ^~~~~~~~~~~~
sources/ui/importelementdialog.cpp:47:57: error: invalid use of incomplete type ‘class QButtonGroup’
  QButtonGroup *button_group_drop = new QButtonGroup(this);
                                                         ^
In file included from /usr/include/qt/QtWidgets/qradiobutton.h:44,
                 from /usr/include/qt/QtWidgets/QRadioButton:1,
                 from ./ui_importelementdialog.h:17,
                 from sources/ui/importelementdialog.cpp:19:
/usr/include/qt/QtWidgets/qabstractbutton.h:53:7: note: forward declaration of ‘class QButtonGroup’
 class QButtonGroup;
       ^~~~~~~~~~~~
sources/ui/importelementdialog.cpp:48:19: error: invalid use of incomplete type ‘class QButtonGroup’
  button_group_drop->addButton(ui->m_erase_actual_rb);
                   ^~
In file included from /usr/include/qt/QtWidgets/qradiobutton.h:44,
                 from /usr/include/qt/QtWidgets/QRadioButton:1,
                 from ./ui_importelementdialog.h:17,
                 from sources/ui/importelementdialog.cpp:19:
/usr/include/qt/QtWidgets/qabstractbutton.h:53:7: note: forward declaration of ‘class QButtonGroup’
 class QButtonGroup;
       ^~~~~~~~~~~~
sources/ui/importelementdialog.cpp:49:19: error: invalid use of incomplete type ‘class QButtonGroup’
  button_group_drop->addButton(ui->m_use_both_rb);
                   ^~
In file included from /usr/include/qt/QtWidgets/qradiobutton.h:44,
                 from /usr/include/qt/QtWidgets/QRadioButton:1,
                 from ./ui_importelementdialog.h:17,
                 from sources/ui/importelementdialog.cpp:19:
/usr/include/qt/QtWidgets/qabstractbutton.h:53:7: note: forward declaration of ‘class QButtonGroup’
 class QButtonGroup;
       ^~~~~~~~~~~~
make[1]: *** [Makefile.Release:4911: release/importelementdialog.o] Error 1
make[1]: Leaving directory '/tmp/pamac-build-gleissonjjc/qelectrotech/src/qelectrotech-0.6-src'
make: *** [Makefile:40: release] Error 2
==> ERRO: Uma falha ocorreu em build().
    Abortando...

I discovered what is happening !!!
Occurs when I use dark themes, some items turn out white.
Should this happen ??

I use version v.07 Dev., In Linux Mint 19.
I was developing my project, but when I went to open after a few days, some drawings turned white, it's annoying because the paper can not see. Can you verify that? Thank you very much in advance.

Now it's just perfect!

How do I display a terminal with 'Jumper'?