SalineBolusSimulator.ui

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
RESOLVED

RESOLVED

RESOLVED.

RESOLVED.

RESOLVED.

RESOLVED.

RESOLVED.

RESOLVED.

RESOLVED.

RESOLVED.

RESOLVED.

RESOLVED.

Objectives: #01 Because of the new standard message (#01) I could be able to use the FW's returned reason filed for the new message which the old one didn't have. So removed UI handling of the mess...

Objectives: #01
Because of the new standard message (#01) I could be able to use the FW's returned reason filed for the new message which the old one didn't have.
So removed UI handling of the message rejection reason by the FW one as designed by standard Response messages.

Objectives: #01, #04 Because of the new standard message (#01) I could be able to use my notify template function (#04) and then these codes are not used anymore.

Objectives: #01, #04
Because of the new standard message (#01) I could be able to use my notify template function (#04) and then these codes are not used anymore.

Objective: #14 This is the dictionary file for the QtCreator spellcheck plugin.

Objective: #14
This is the dictionary file for the QtCreator spellcheck plugin.

Objective: #14 This is the dictionary file for the QtCreator spellcheck plugin.

Objective: #14
This is the dictionary file for the QtCreator spellcheck plugin.

Objective: #14 This is the dictionary file for the QtCreator spellcheck plugin.

Objective: #14
This is the dictionary file for the QtCreator spellcheck plugin.

What is this new file for?

What is this new file for?

What is this new file for?

What is this new file for?

What is this new file for?

What is this new file for?

Why removed?

Why removed?

Why removed?

Why removed?

Thanks for pointing that out. It was a test code that is removed.

Thanks for pointing that out.
It was a test code that is removed.

utils is imported twice

utils is imported twice

UI-DEN-5282_Ultrafiltration Stop State
UI-DEN-5282_Ultrafiltration Stop State
RESOLVED

RESOLVED

RESOLVED

RESOLVED

RESOLVED

RESOLVED

This is not UI Application Software naming conventions. This enum comes from HDDefs.h@223 as part of the Firmware shared code with Software on Common repo. In short, it is not our code.

This is not UI Application Software naming conventions.
This enum comes from HDDefs.h@223 as part of the Firmware shared code with Software on Common repo.
In short, it is not our code.

done.

done.

in Qml codes when needs to have private members since we don't have that concept, a QtObject item with id "_private" will be created. "_" is for private and private is to emphasis on the private si...

in Qml codes when needs to have private members since we don't have that concept, a QtObject item with id "_private" will be created.
"_" is for private and private is to emphasis on the private since there is no actual private keyword in Qt<6 available.
And there should be a unique one in each context.