marsinstituteSC / MissionControl

Mission Control Center Application for MISC's Mars Rover, Viking III
GNU General Public License v3.0
2 stars 1 forks source link

Optional: Convert camera window to a QObject. #5

Closed Segath closed 5 years ago

Segath commented 5 years ago

Were currently subclassing QThread, which may or may not be bad, but some people (on forums) say that it is not a good solution. Try to create a new camera window to use QObjects with its Qthread method.

Segath commented 5 years ago

Made a more detailed solution