I'm trying to make it so that a QListWidget will have icons to the far right and text justified to the right as well. I know ABOUT delegates but I have no idea how to make custom delegates for them, I have also heard of setting the layout direction (e.g. Qt::RightToLeft, etc.) is there a simpler way to do this, if at all?