Editing Convert MGED from Tk to Qt

From BRL-CAD

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision Your text
Line 13: Line 13:
 
Another major and important piece of the interface is the tree widget (Archer's is the example to study, and a read-only version has been implemented in the experimental qged code - the challenge will be to first get it updating in response to geometry changes in the database. After that there are any number of additional features needed...)
 
Another major and important piece of the interface is the tree widget (Archer's is the example to study, and a read-only version has been implemented in the experimental qged code - the challenge will be to first get it updating in response to geometry changes in the database. After that there are any number of additional features needed...)
  
We're also constructing a custom CAD terminal widget, tailored to the needs of our CAD system.  We have a basic implementation in our experimental qged GUI, but it needs work - text selection doesn't span command outputs, we need a way to auto-hide long outputs that aren't the current output in the history and allow them to expand/contract via some user mouse interaction, we need an "in-process" graphic for commands that have launched but haven't yet completed, ideally with a way to abort them as well (this will require some delving into QThreads and launching libged commands in separate threads, as well as a limited control-the-view terminal mode while some potentially database altering command is running.)
+
If you're less comfortable with graphical programming, we're also constructing a custom CAD terminal widget.  We have a basic implementation in our experimental qged GUI, but it needs work - text selection doesn't span command outputs, we need a way to auto-hide long outputs that aren't the current output in the history and allow them to expand/contract via some user mouse interaction, we need an "in-process" graphic for commands that have launched but haven't yet completed, ideally with a way to abort them as well (this will require some delving into QThreads and launching libged commands in separate threads, as well as a limited control-the-view terminal mode while some potentially database altering command is running.)
  
 
Anyone wanting to tackle this project should have a good familiarity with things like the Qt event and signals/slots systems as well as the generic widget systems (most of the pre-packaged Qt widgets aren't going to be quite what we need, which usually means creating custom widets with the more general parent classes.)  See the qged sources below for an idea of the approach.
 
Anyone wanting to tackle this project should have a good familiarity with things like the Qt event and signals/slots systems as well as the generic widget systems (most of the pre-packaged Qt widgets aren't going to be quite what we need, which usually means creating custom widets with the more general parent classes.)  See the qged sources below for an idea of the approach.
  
Proposals here should be detailed and demonstrate a firm grasp of the issues.  Qt 5.6 or higher should be used (that is the assumption made in the existing code, and if you require a newer Qt for some feature or issue that should be fine - supporting older Qt releases is not something we're going to spend effort on at this early stage.
+
Proposals here should be detailed and demonstrate a firm grasp of the issues.  Qt 5.3 or higher should be used (that is the assumption made in the existing code, and if you require a newer Qt for some feature or issue that should be fine - supporting older Qt releases is not something we're going to spend effort on at this early stage.
  
  

Please note that all contributions to BRL-CAD may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see BRL-CAD:Copyrights for details). Do not submit copyrighted work without permission!

To edit this page, please answer the question that appears below (more info):

Cancel Editing help (opens in new window)