Mercurial > trustbridge
comparison ui/CMakeLists.txt @ 348:e6aa82466420
Use the table item delegate for certificates and make the model editable.
author | Raimund Renkert <rrenkert@intevation.de> |
---|---|
date | Thu, 10 Apr 2014 14:14:56 +0200 |
parents | 811eec4e1b99 |
children | 857ae1ffdd6f |
comparison
equal
deleted
inserted
replaced
347:dde533ba4fcc | 348:e6aa82466420 |
---|---|
29 | 29 |
30 set(ADMINSTRATOR_SOURCES | 30 set(ADMINSTRATOR_SOURCES |
31 ${CMAKE_CURRENT_SOURCE_DIR}/administrator.cpp | 31 ${CMAKE_CURRENT_SOURCE_DIR}/administrator.cpp |
32 ${CMAKE_CURRENT_SOURCE_DIR}/administratorwindow.cpp | 32 ${CMAKE_CURRENT_SOURCE_DIR}/administratorwindow.cpp |
33 ${CMAKE_CURRENT_SOURCE_DIR}/certificatetablemodel.cpp | 33 ${CMAKE_CURRENT_SOURCE_DIR}/certificatetablemodel.cpp |
34 ${CMAKE_CURRENT_SOURCE_DIR}/certificatetabledelegate.cpp | |
34 ${CERTIFICATELIST_SOURCES} | 35 ${CERTIFICATELIST_SOURCES} |
35 ) | 36 ) |
36 | 37 |
37 # Seperated to make it easier to include the sources in tests | 38 # Seperated to make it easier to include the sources in tests |
38 set(M13UI_RESOURCES | 39 set(M13UI_RESOURCES |