Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
en:doc:faq [25/08/2008 23:54] – xavierqet | en:doc:faq [21/07/2023 12:25] (current) – Use HTTPS for download.qelectrotech.org xavier | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== FAQ: Frequently Asked Questions ====== | ||
+ | See opposite for table of contents. | ||
+ | |||
+ | ===== General questions ===== | ||
+ | |||
+ | ==== Why doesn' | ||
+ | |||
+ | If you use Internet Explorer, it is natural that the pictures can't be displayed in the elements repository. Indeed, the repository generate the elements previews using the SVG format, which stands for Scalable Vector Graphics. Internet Explorer does not natively handles that format. You can add that support to Internet Explorer by setting up the [[http:// | ||
+ | |||
+ | You can also use an alternate browser which natively handles that format, such as [[http:// | ||
+ | ==== Why is my text rendering fuzzy under X11? ==== | ||
+ | |||
+ | {{doc: | ||
+ | |||
+ | For the moment, QElectroTech is designed to run with a 96 Dpi screen resolution. To achieve this, you may add Option " | ||
+ | |||
+ | ===== Diagram editor ===== | ||
+ | |||
+ | ==== How can I easily import many *.elmt files in my QElectroTech setup? ==== | ||
+ | Put these files in the " | ||
+ | * Under Windows: %APPDATA%\qet\elements (e.g. " | ||
+ | * Under Unix: ~/ | ||
+ | Refresh the elements panel inside QElectroTech: | ||
+ | |||
+ | ==== How can I add an electrical element to my diagram? ==== | ||
+ | Choose the element ou wish to add in the elements panel (generally on the left side of the diagram editor). | ||
+ | Drag'n drop this element from the panel onto your diagram: the element appears on the diagram. | ||
+ | |||
+ | ==== How to add a conductor between two elements? ==== | ||
+ | The short screenshot that follows shoud answer this question: [[https:// | ||
+ | |||
+ | ==== Why can't I (entirely) read again my diagram on another user account? ==== | ||
+ | |||
+ | **With a QElectroTech 0.1x diagram:** | ||
+ | If you can read again only a part of one of your diagrams which contains elements from your own collection on another user account, it is probably because you haven' | ||
+ | |||
+ | **With a QElectroTech >= 0.2x diagram:** | ||
+ | This feature has been implemented, | ||
+ | ==== Why are my elements slightly offset from my conductors under X11? ==== | ||
+ | |||
+ | If you encounter such a rendering, then you are victim from Qt's [[http:// | ||
+ | |||
+ | {{doc: | ||
+ | |||
+ | This bug only concerns the screen rendering of the diagram editor. By default, QElectroTech compensate this bug. However if you use a version of Qt that does not show that bug (either because it was solved, or because it does not occur under your configuration), | ||
+ | |||
+ | Note: while this FAQ is being written, this bug was officially corrected in no version of Qt. However, from Qt 4.4, it seems to not occur anymore. That's why, from the 0.11 version, the compensation of this bug has ben deactivated by default. If you still encounter this bug, you can activate the compensation by adding the line correct-rendering=true in the configuration file. | ||
+ | ===== Elements editor ===== | ||
+ | ==== Why do I have to be root to modify the elements collection? ==== | ||
+ | |||
+ | See [[#Why can't I modify the elements collection? | ||
+ | ==== Why can't I modify the elements collection? ==== | ||
+ | |||
+ | As an electric diagram design program, QElectroTech needs a certain amount of electrical elements that can be put on the diagrams. Those elements are split up into twos categories: the common collection, provided by QElectroTech, | ||
+ | |||
+ | As a user, you should conceptually not modify the common collection' | ||
+ | |||
+ | Prefer using the user collection to stock your creations. | ||
+ | |||
+ | ==== QElectroTech for a company? ==== | ||
+ | |||
+ | In a company, it is possible to modify the common collection so that it ftis to the needs of the company. Typically, all the employees will need a group of elements that are peculiar to the company. Example of implementation: | ||
+ | |||
+ | * the sysadmin copies the QET collection in a network-shared, | ||
+ | * he then adds it the elements peculiar to the company ; | ||
+ | * he deploys QElectroTech so that it considers the shared folder as the common collection. This can be achieved: | ||
+ | * either by launching QElectroTech with the --common-elements-dir= option | ||
+ | * or by setting the right options during the compilation of QElectroTech | ||
+ | |||
+ | Note: the diagrams created with this configuration will be readable within the company but less easily on the outside, at least with the 0.1 version. | ||
+ | ==== What's the matter with the elements names? ==== | ||
+ | |||
+ | In the purpose of easing QElectroTech' | ||
+ | |||
+ | ==== How do one stop the definition of a polygon in the element editor? ==== | ||
+ | |||
+ | Right click to indicate the position of the polygon' |