hi,

I'm not sure what you are asking, but if you simply want to show the line edit x position try ,
Qt Code:
  1. showLabel->setText(QString::number(urLineEdit->x()));
To copy to clipboard, switch view to plain text mode 

hope it helps,
bala