Logo
Explore Help
Sign In
feedc0de/qt-creator
1
0
Fork 0
You've already forked qt-creator
forked from qt-creator/qt-creator
Code Pull Requests Activity
Files
3b2804d01ad7d9960ffef1901fa182999708e1a0
qt-creator/src/libs/utils/utils.pro

16 lines
201 B
Prolog
Raw Normal View History

Initial import
2008-12-02 12:01:29 +01:00
TEMPLATE = lib
TARGET = Utils
introduce new helper class Core::Utils::TreeWidgetColumnStretcher and use it for some options dialogs. The class fixes QTreeWidget to resize all columns to contents, except one stretching column. As opposed to standard QTreeWidget, all columns are still interactively resizable.
2009-06-04 14:43:16 +02:00
QT += gui \
network
Make it possible to set the external file browser on unix. xdg-open is not available everywhere and fails when no DE is running. Reviewed-By: Oswald Buddenhagen
2010-01-04 15:19:29 +01:00
Fix for compiling utils library statically. Done-with: Thomas Hartmann
2010-07-07 12:18:28 +02:00
CONFIG += dll
Allow apps to statically compile contents of src/lib/utils Add utils-lib.pri, along the lines of e.g. cplusplus-lib.pri
2010-08-09 15:10:40 +02:00
include($$PWD/../../qtcreatorlibrary.pri)
include(utils-lib.pri)
Refactor the "proxy action" behavior of Command to Utils::ProxyAction A generic action that acts as a proxy for another (changeable) action, like it is used for mostly all of the visible actions in Qt Creator through the action manager.
2011-01-12 09:45:19 +01:00
HEADERS += \
proxyaction.h
SOURCES += \
proxyaction.cpp
Copy Permalink
Powered by Gitea Version: 1.25.1 Page: 120ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API