As I know I can use the
uic3 qt3file.ui ../header/header.h
uic3 qt3file.ui ../header/header.h
To copy to clipboard, switch view to plain text mode
uic3 -impl qt3file.ui ../impl/source.cpp
uic3 -impl qt3file.ui ../impl/source.cpp
To copy to clipboard, switch view to plain text mode
uic3 -convert qt3file.ui qt4file.ui
uic3 -convert qt3file.ui qt4file.ui
To copy to clipboard, switch view to plain text mode
to do the conversion.
However I found that there are always errors during the conversion, no matter during the generation of .h file or .cpp file or during the conversion of .ui file.
Can anyone tell me how can I solve the errors?
Should I change codes in the .ui file (XML file)?
or there is other tools helpful for me?
Here is some examples of the errors
uic3
: property `paletteForegroundColor
' for widget `OK' of type `
QPushButton' is not supported. Line: 18 Column: 32uic3: flag 'AlignAuto
' for widget 'QLineEdit' is not supported keyboard.ui: An invalid pixmap property 'icon' was encountered.
uic3: property `paletteForegroundColor' for widget `OK' of type `QPushButton' is not supported. Line: 18 Column: 32
uic3: flag 'AlignAuto' for widget 'QLineEdit' is not supported
keyboard.ui: An invalid pixmap property 'icon' was encountered.
To copy to clipboard, switch view to plain text mode
Bookmarks