Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
Akonadi Contacts
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PIM
Akonadi Contacts
Commits
ee154b5e
Commit
ee154b5e
authored
Feb 07, 2016
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add widget
parent
12cfcb69
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
73 additions
and
0 deletions
+73
-0
akonadi-contact/src/CMakeLists.txt
akonadi-contact/src/CMakeLists.txt
+1
-0
akonadi-contact/src/editor/generalinfoeditor/phonelistwidget.cpp
...-contact/src/editor/generalinfoeditor/phonelistwidget.cpp
+35
-0
akonadi-contact/src/editor/generalinfoeditor/phonelistwidget.h
...di-contact/src/editor/generalinfoeditor/phonelistwidget.h
+37
-0
No files found.
akonadi-contact/src/CMakeLists.txt
View file @
ee154b5e
...
...
@@ -38,6 +38,7 @@ set(akonadicontact_editor_widgets_SRCS
set
(
akonadicontact_editor_generalinfo_SRCS
editor/generalinfoeditor/phonewidgetlister.cpp
editor/generalinfoeditor/phonewidget.cpp
editor/generalinfoeditor/phonelistwidget.cpp
)
set
(
akonadicontact_addresslocation_editor_SRCS
...
...
akonadi-contact/src/editor/generalinfoeditor/phonelistwidget.cpp
0 → 100644
View file @
ee154b5e
/*
This file is part of Akonadi Contact.
Copyright (C) 2016 eyeOS S.L.U., a Telefonica company, sales@eyeos.com
Copyright (C) 2016 Laurent Montel <laurent.montel@kdab.com>
This library is free software; you can redistribute it and/or modify it
under the terms of the GNU Library General Public License as published by
the Free Software Foundation; either version 2 of the License, or (at your
option) any later version.
This library is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public
License for more details.
You should have received a copy of the GNU Library General Public License
along with this library; see the file COPYING.LIB. If not, write to the
Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301, USA.
*/
#include "phonelistwidget.h"
using
namespace
Akonadi
;
PhoneListWidget
::
PhoneListWidget
(
QWidget
*
parent
)
:
QWidget
(
parent
)
{
}
PhoneListWidget
::~
PhoneListWidget
()
{
}
akonadi-contact/src/editor/generalinfoeditor/phonelistwidget.h
0 → 100644
View file @
ee154b5e
/*
This file is part of Akonadi Contact.
Copyright (C) 2016 eyeOS S.L.U., a Telefonica company, sales@eyeos.com
Copyright (C) 2016 Laurent Montel <laurent.montel@kdab.com>
This library is free software; you can redistribute it and/or modify it
under the terms of the GNU Library General Public License as published by
the Free Software Foundation; either version 2 of the License, or (at your
option) any later version.
This library is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public
License for more details.
You should have received a copy of the GNU Library General Public License
along with this library; see the file COPYING.LIB. If not, write to the
Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301, USA.
*/
#ifndef PHONELISTWIDGET_H
#define PHONELISTWIDGET_H
#include <QWidget>
namespace
Akonadi
{
class
PhoneListWidget
:
public
QWidget
{
Q_OBJECT
public:
explicit
PhoneListWidget
(
QWidget
*
parent
=
Q_NULLPTR
);
~
PhoneListWidget
();
};
}
#endif // PHONELISTWIDGET_H
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment