You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
probably not necessary: is there such a thing as a CLI setting? and
if necessary requires proper synchronization between the two objects: DialogSettings::doSettings is such an example but do we need to synchronize backwards ?
Is the DataProfile attribute related to a setting ? Is this related to the GUI or not ?
Introduce a logical compounding of widgets ?
Beyond the QT hierarchy of widgets, the main view of VCity is logically a flat collection of items. Although they are logically related the checkBoxTemporalTools, dateTimeEdit, horizontalSlider and toolButton items are not logically grouped.
Is there a good QT practice to regroup logically related objects ? This logical bound is also a place to functionally relate those objects. In our example we could assert that when setting the date (through the model) it falls within the bounds of the slider...
How come appGui() (singleton) is known from the plugins although they are not linked across the corresponding core code ? (try some things like nm -a --demangle libCityGMLSunlightQtPlugin.so | grep "U ")
The text was updated successfully, but these errors were encountered:
Issue by frogsapo
Friday Apr 15, 2016 at 10:35 GMT
Originally opened as https://github.com/MEPP-team/VCity/issues/97
Some oddities encountered with QT related code
startDate
in the settingsstartDate
value to use it.appGui()
(singleton) is known from the plugins although they are not linked across the corresponding core code ? (try some things likenm -a --demangle libCityGMLSunlightQtPlugin.so | grep "U "
)The text was updated successfully, but these errors were encountered: