1
+ /* **************************************************************************
2
+ qgsattributerelationedit.h
3
+ ---------------------
4
+ begin : October 2017
5
+ copyright : (C) 2017 by David Signer
6
+ email : david at opengis dot ch
7
+ ***************************************************************************
8
+ * *
9
+ * This program is free software; you can redistribute it and/or modify *
10
+ * it under the terms of the GNU General Public License as published by *
11
+ * the Free Software Foundation; either version 2 of the License, or *
12
+ * (at your option) any later version. *
13
+ * *
14
+ ***************************************************************************/
15
+
1
16
#ifndef QGSATTRIBUTERELATIONEDIT_H
2
17
#define QGSATTRIBUTERELATIONEDIT_H
3
18
@@ -24,25 +39,25 @@ class APP_EXPORT QgsAttributeRelationEdit: public QWidget, private Ui::QgsAttrib
24
39
Q_OBJECT
25
40
26
41
public:
27
- explicit QgsAttributeRelationEdit (const QString &relationid, QWidget *parent = 0 );
42
+ explicit QgsAttributeRelationEdit ( const QString &relationid, QWidget *parent = 0 );
28
43
~QgsAttributeRelationEdit ();
29
44
30
- /* *
31
- * Setter for combo cardinality item
32
- */
33
- void setCardinalityCombo ( const QString &cardinalityComboItem );
45
+ /* *
46
+ * Setter for combo cardinality item
47
+ */
48
+ void setCardinalityCombo ( const QString &cardinalityComboItem );
34
49
35
- /* *
36
- * Setter for combo cardinality
37
- */
38
- void setCardinality ( const QString &cardinality );
50
+ /* *
51
+ * Setter for combo cardinality
52
+ */
53
+ void setCardinality ( const QString &cardinality );
39
54
40
- /* *
41
- * Getter for combo cardinality
42
- */
43
- QString cardinality ();
55
+ /* *
56
+ * Getter for combo cardinality
57
+ */
58
+ QString cardinality ();
44
59
45
- QString mRelationId ;
60
+ QString mRelationId ;
46
61
private:
47
62
48
63
// Ui::QgsAttributeRelationEdit *ui;
0 commit comments