Skip to content

Commit

Permalink
relation reference widget: add methods to sip (followup 52c2e4e)
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Feb 3, 2015
1 parent 290a949 commit a959960
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions python/gui/editorwidgets/qgsrelationreferencewidget.sip
Expand Up @@ -41,6 +41,11 @@ class QgsRelationReferenceWidget : QWidget
bool allowMapIdentification();
void setAllowMapIdentification( bool allowMapIdentification );

//! If the widget will order the combobox entries by value
bool orderByValue();
//! Set if the widget will order the combobox entries by value
void setOrderByValue( bool orderByValue );

//! determines the open form button is visible in the widget
bool openFormButtonVisible();
void setOpenFormButtonVisible( bool openFormButtonVisible );
Expand Down

0 comments on commit a959960

Please sign in to comment.