Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
style
  • Loading branch information
signedav committed Oct 28, 2017
1 parent 02d2ba6 commit ae4c811
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 14 deletions.
43 changes: 29 additions & 14 deletions src/app/qgsattributerelationedit.h
@@ -1,3 +1,18 @@
/***************************************************************************
qgsattributerelationedit.h
---------------------
begin : October 2017
copyright : (C) 2017 by David Signer
email : david at opengis dot ch
***************************************************************************
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
***************************************************************************/

#ifndef QGSATTRIBUTERELATIONEDIT_H
#define QGSATTRIBUTERELATIONEDIT_H

Expand All @@ -24,25 +39,25 @@ class APP_EXPORT QgsAttributeRelationEdit: public QWidget, private Ui::QgsAttrib
Q_OBJECT

public:
explicit QgsAttributeRelationEdit(const QString &relationid, QWidget *parent = 0);
explicit QgsAttributeRelationEdit( const QString &relationid, QWidget *parent = 0 );
~QgsAttributeRelationEdit();

/**
* Setter for combo cardinality item
*/
void setCardinalityCombo( const QString &cardinalityComboItem );
/**
* Setter for combo cardinality item
*/
void setCardinalityCombo( const QString &cardinalityComboItem );

/**
* Setter for combo cardinality
*/
void setCardinality( const QString &cardinality );
/**
* Setter for combo cardinality
*/
void setCardinality( const QString &cardinality );

/**
* Getter for combo cardinality
*/
QString cardinality();
/**
* Getter for combo cardinality
*/
QString cardinality();

QString mRelationId;
QString mRelationId;
private:

//Ui::QgsAttributeRelationEdit *ui;
Expand Down
1 change: 1 addition & 0 deletions src/app/qgssourcefieldsproperties.h
Expand Up @@ -4,6 +4,7 @@
begin : July 2017
copyright : (C) 2017 by David Signer
email : david at opengis dot ch
***************************************************************************
* *
* This program is free software; you can redistribute it and/or modify *
Expand Down

0 comments on commit ae4c811

Please sign in to comment.