summaryrefslogtreecommitdiffstats
path: root/Tools/scripts/pindent.py
diff options
context:
space:
mode:
authorcvs2svn <tools@python.org>2004-05-13 05:34:43 (GMT)
committercvs2svn <tools@python.org>2004-05-13 05:34:43 (GMT)
commit0ae7228f68d0a1f70aab4d4e6023dfd62f1766be (patch)
tree9d7dc8313877ec62dbaad27f9ec3efee0e89c221 /Tools/scripts/pindent.py
parente3bf685c0e68b399bb07e22b93b39e5f9149c3f9 (diff)
downloadcpython-2.3.4c1.zip
cpython-2.3.4c1.tar.gz
cpython-2.3.4c1.tar.bz2
This commit was manufactured by cvs2svn to create tag 'r234c1'.v2.3.4c1
Diffstat (limited to 'Tools/scripts/pindent.py')
0 files changed, 0 insertions, 0 deletions
ew/simpleanchorlayout/simpleanchorlayout.pro?h=v4.7.1&id=08cb2ac46791ef3abfd9d85eb6a75251b1f41336&id2=1b998b443ffe8252d8f4d9cc8427fabf9d345a15'>examples/graphicsview/simpleanchorlayout/simpleanchorlayout.pro9
3 files changed, 145 insertions, 8 deletions
diff --git a/examples/graphicsview/anchorlayout/anchorlayout.pro b/examples/graphicsview/anchorlayout/anchorlayout.pro
index c2a1bea..fd085cc 100644
--- a/examples/graphicsview/anchorlayout/anchorlayout.pro
+++ b/examples/graphicsview/anchorlayout/anchorlayout.pro
@@ -1,9 +1,4 @@
-######################################################################
-# Automatically generated by qmake (2.01a) Tue May 12 15:22:25 2009
-######################################################################
-
-# Input
-SOURCES += main.cpp
+SOURCES = main.cpp
# install
target.path = $$[QT_INSTALL_EXAMPLES]/graphicsview/anchorlayout
@@ -11,5 +6,4 @@ sources.files = $$SOURCES $$HEADERS $$RESOURCES anchorlayout.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/graphicsview/anchorlayout
INSTALLS += target sources
-TARGET = anchorlayout_example
-CONFIG+=console \ No newline at end of file
+TARGET = anchorlayout
diff --git a/examples/graphicsview/simpleanchorlayout/main.cpp b/examples/graphicsview/simpleanchorlayout/main.cpp
new file mode 100644