Hi All,
I have a peculiar requirement. I need to have 2 columns in the QComboBox control.
I have a scenario where there are 2 strings coming from different places and getting concatenated and shown as 1 single string in the combobox.
The problem arises when the strings are a mixture of RTL (right to left) and LTR(left to right) language. In this case my strings distorts. for eg.
String 1 المتحدة String 2: 28 apr 2007
In combobox it appears as 28, المتحدة apr 2007
Somebody told me that I can do away with this problem by making 2 columns in the Combobox. But I have no clue as to how to achieve this.

Thanks,