- Nov 07, 2022
-
-
Qichen Huang authored
-
- Nov 05, 2022
-
-
Qichen Huang authored
-
Qichen Huang authored
use highlighted instead of isCurrentItem
-
Qichen Huang authored
The original tracking space for highlighted text is 25 and normal text is 50. But the translated qml letter spacing parameter is not accurate. Fine tune it to -1.2 and 0.6. To check if this is a bug in QDS
-
- Nov 04, 2022
-
-
Qichen Huang authored
The menu is still implemented with ListView The text position and font size is not 1to1 positioned as the generated Artboard_1.ui.qml. It may be caused by issues inside the photoshop file. Because the original photoshop is probably 800x480, and it is transformed to 1280x768, but the text or fonts are not transformed precisely. To be discussed with customer
-
Qichen Huang authored
Adapt the other ui.qml files for the resolution Use anchors instead of x, y to allow use for different resolutions
-
Qichen Huang authored
-
Qichen Huang authored
Import from Menu1_MainMenu_Settings1280x768.psd Changes in the psd file: - Move separation lines into Menu layer groups - Select all layers and create a main artboard - Configuration in Qt Bridge - Select artboard Export As Component - Select other layers Export As Child - skip area_Menu1_MainMenu_List and bg_menu, nothing important there - Cascade Properties for all sub elements in layer group - Export Select the exported metadata file and import Assets in QDS (create new project) The generated Artboard_1.ui.qml is only used as reference ui.qml file for checking assets positions, properties The real used qml file will be created or modified
-
- Oct 26, 2022
-
-
Qichen Huang authored
-
Qichen Huang authored
-
Qichen Huang authored
-
Qichen Huang authored
svg files are used instead of png, as they can be colored in Qt
-
- Oct 12, 2022
-
-
Qichen Huang authored
Change event name for startup animation finish to ev_finish_startup It duplicates with ev_enter_ride
-
- Oct 11, 2022
-
-
Qichen Huang authored
Rename Ride.ui to RideView.ui Add menu view Create duplicated components as ui.qml
-
Qichen Huang authored
Add Menu View state and call substates
-
Qichen Huang authored
The Connections must have a target, otherwise it cannot be recognized by QDS
-
Emmanuel Penzes authored
@Qichen : Please check that it continue to works but this is the idea of how to achieving this by creating a qml file with all the stateMachine related things in it.
-
Qichen Huang authored
-
Qichen Huang authored
-
Qichen Huang authored
Add ride and call screens to simulate incoming call
-
Qichen Huang authored
The item name ClusterDemo is used in the statemachine loader Add stateMachine property
-
Qichen Huang authored
-
Qichen Huang authored
Add dependency to QtScxml, content and State_demo plugin Add statemachine and loader files as resource files
-
Qichen Huang authored
Add States: - Startup - Ride - Ride_Normal - Incoming_Call - Call
-
- Oct 07, 2022
-
-
Qichen Huang authored
-
Qichen Huang authored
-