25 setModel( mFieldProxyModel );
27 connect(
this, SIGNAL( activated(
int ) ),
this, SLOT(
indexChanged(
int ) ) );
59 QModelIndex proxyIdx = mFieldProxyModel->mapFromSource( idx );
60 if ( proxyIdx.isValid() )
62 setCurrentIndex( idx.row() );
67 setCurrentIndex( -1 );
72 int i = currentIndex();
74 const QModelIndex proxyIndex = mFieldProxyModel->index( i, 0 );
75 if ( !proxyIndex.isValid() )